Update Flow.html

This commit is contained in:
Lwmte 2024-04-06 08:24:22 +02:00
parent e7b36e5692
commit b8b76cd9c9
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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);