mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 12:36:45 +03:00
Fix some documentation.
This commit is contained in:
parent
bee2a2d2f4
commit
e7166b05ba
3 changed files with 8 additions and 7 deletions
|
@ -35,7 +35,7 @@ void GameScriptSinkInfo::Register(sol::state* state)
|
|||
"pos", sol::property(&GameScriptSinkInfo::GetPos, &GameScriptSinkInfo::SetPos),
|
||||
|
||||
/// (string) unique string identifier.
|
||||
// e.g. "door_back_room" or "cracked_greek_statue"
|
||||
// e.g. "door\_back\_room" or "cracked\_greek\_statue"
|
||||
// @mem name
|
||||
"name", sol::property(&GameScriptSinkInfo::GetName, &GameScriptSinkInfo::SetName),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue