Fix some documentation.

This commit is contained in:
hispidence 2021-08-20 01:51:16 +01:00
parent 93483e76ef
commit 1e2a2bfa63
6 changed files with 9 additions and 9 deletions

View file

@ -43,7 +43,7 @@ void GameScriptMeshInfo::Register(sol::state* state)
"yRot", sol::property(&GameScriptMeshInfo::GetRot, &GameScriptMeshInfo::SetRot),
/// (string) unique string identifier.
// e.g. "door_back_room" or "cracked_greek_statue"
// e.g. "my\_vase" or "oldrubble"
// @mem name
"name", sol::property(&GameScriptMeshInfo::GetName, &GameScriptMeshInfo::SetName),