BIS fnc reviveDebug: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (updated parameter)
Line 11: Line 11:
<!--|eff= local-->
<!--|eff= local-->


|descr= Debug script for revive system. {{Informative|Parameter mode is not exactly clear, need to check revive defines.inc}}
|descr= Debug script for revive system.


||s1= [mode] call [[BIS_fnc_reviveDebug]]|=Syntax
||s1= [mode] call [[BIS_fnc_reviveDebug]]|=Syntax


|p1= mode: [[String]] -  
|p1= mode: [[Number]] - Mode, can be:
*0 - Stop
*1 - Start


|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>["Start"] [[call]] [[BIS_fnc_reviveDebug]];</code>
|x1= <code>[1] [[call]] [[BIS_fnc_reviveDebug]];</code>


|exec= call
|exec= call

Revision as of 14:22, 12 January 2020