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