mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Update Flow.html
This commit is contained in:
parent
e7b36e5692
commit
b8b76cd9c9
2 changed files with 3 additions and 3 deletions
|
@ -778,7 +778,7 @@ Must be an integer value (0 means no secrets).
|
|||
<ul>
|
||||
<li><span class="parameter">index</span>
|
||||
<span class="types"><span class="type">int</span></span>
|
||||
Flipmap group ID to check. If no group specified, function returns overall flipmap status (on or off).
|
||||
Flipmap group ID to check. If no group specified or group is -1, function returns overall flipmap status (on or off).
|
||||
(<em>optional</em>)
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -787,7 +787,7 @@ Must be an integer value (0 means no secrets).
|
|||
<ol>
|
||||
|
||||
<span class="types"><span class="type">int</span></span>
|
||||
status Status of the flipmap group (true means on, false means off).
|
||||
Status of the flipmap group (true means on, false means off).
|
||||
</ol>
|
||||
|
||||
|
||||
|
|
|
@ -208,7 +208,7 @@ Must be an integer value (0 means no secrets).
|
|||
/*** Get current FlipMap status for specific group ID.
|
||||
@function GetFlipMapStatus
|
||||
@int[opt] index Flipmap group ID to check. If no group specified or group is -1, function returns overall flipmap status (on or off).
|
||||
@treturn int status Status of the flipmap group (true means on, false means off).
|
||||
@treturn int Status of the flipmap group (true means on, false means off).
|
||||
*/
|
||||
tableFlow.set_function(ScriptReserved_GetFlipMapStatus, &FlowHandler::GetFlipMapStatus, this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue