BIS fnc reviveOnState: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Function " to "{{RV|type=function ")
m (Text replacement - " <nowiki>[</nowiki>[" to " [<nowiki/>[")
Line 39: Line 39:
|Datatype - description
|Datatype - description


|x1= <code>{ <nowiki>[</nowiki>[[objNull]], 1, [[_x]]] [[call]] [[BIS_fnc_reviveOnState]]; } [[forEach]] ([[curatorSelected]] [[select]] 0);</code>
|x1= <code>{ [<nowiki/>[[objNull]], 1, [[_x]]] [[call]] [[BIS_fnc_reviveOnState]]; } [[forEach]] ([[curatorSelected]] [[select]] 0);</code>


|exec= call}}
|exec= call}}

Revision as of 21:13, 29 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Revive

Syntax

Syntax:
Syntax needed
Parameters:
parameter: Datatype - (Optional, default defValue) description
Return Value:
Return value needed

Examples

Example 1:
{ [objNull, 1, _x] call BIS_fnc_reviveOnState; } forEach (curatorSelected select 0);

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note