mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-29 00:07:58 +03:00
Restore ldoc comment
This commit is contained in:
parent
9f8ea9e13c
commit
e5e625d78b
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ void Level::Register(sol::table& parent)
|
|||
sol::constructors<Level()>(),
|
||||
sol::call_constructor, sol::constructors<Level()>(),
|
||||
|
||||
// Corresponds to an entry in strings.lua.
|
||||
/// (string) string key for the level's (localised) name.
|
||||
// Corresponds to an entry in strings.lua.
|
||||
//@mem nameKey
|
||||
"nameKey", &Level::NameStringKey,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue