mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 08:47:58 +03:00
Fix some documentation.
This commit is contained in:
parent
93483e76ef
commit
1e2a2bfa63
6 changed files with 9 additions and 9 deletions
|
@ -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),
|
||||
|
||||
|
|
|
@ -38,7 +38,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. "strong\_river\_current" or "propeller\_death\_sink"
|
||||
// @mem name
|
||||
"name", sol::property(&GameScriptSinkInfo::GetName, &GameScriptSinkInfo::SetName),
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ void GameScriptSoundSourceInfo::Register(sol::state* state)
|
|||
"pos", sol::property(&GameScriptSoundSourceInfo::GetPos, &GameScriptSoundSourceInfo::SetPos),
|
||||
|
||||
/// (string) unique string identifier.
|
||||
// e.g. "machine_sound_1" or "discordant_humming"
|
||||
// e.g. "machine\_sound\_1" or "discordant\_humming"
|
||||
// @mem name
|
||||
"name", sol::property(&GameScriptSoundSourceInfo::GetName, &GameScriptSoundSourceInfo::SetName),
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
</dt>
|
||||
<dd>
|
||||
(string) unique string identifier.
|
||||
e.g. "door<em>back</em>room" or "cracked<em>greek</em>statue"
|
||||
e.g. "my_vase" or "oldrubble"
|
||||
|
||||
|
||||
|
||||
|
@ -200,7 +200,7 @@
|
|||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||
<i style="float:right;">Last updated 2021-08-16 12:53:44 </i>
|
||||
<i style="float:right;">Last updated 2021-08-20 01:47:29 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
</dt>
|
||||
<dd>
|
||||
(string) unique string identifier.
|
||||
e.g. "door_back_room" or "cracked_greek_statue"
|
||||
e.g. "strong_river_current" or "propeller_death_sink"
|
||||
|
||||
|
||||
|
||||
|
@ -166,7 +166,7 @@
|
|||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||
<i style="float:right;">Last updated 2021-08-16 12:53:44 </i>
|
||||
<i style="float:right;">Last updated 2021-08-20 01:50:15 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
</dt>
|
||||
<dd>
|
||||
(string) unique string identifier.
|
||||
e.g. "machine<em>sound</em>1" or "discordant_humming"
|
||||
e.g. "machine_sound_1" or "discordant_humming"
|
||||
|
||||
|
||||
|
||||
|
@ -164,7 +164,7 @@
|
|||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||
<i style="float:right;">Last updated 2021-08-16 12:53:44 </i>
|
||||
<i style="float:right;">Last updated 2021-08-20 01:50:15 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue