sideEmpty: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])=<code>" to "|x$1= <code>")
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>")
Line 12: Line 12:
|r1= [[Side]]
|r1= [[Side]]


|x1= <code>_sideEmpty = [[sideEmpty]];</code>
|x1= <sqf>_sideEmpty = sideEmpty;</sqf>


|seealso= [[side]] [[west]] [[blufor]] [[east]] [[opfor]] [[resistance]] [[independent]] [[civilian]] [[sideLogic]] [[sideFriendly]] [[sideEnemy]] [[sideUnknown]] [[playerSide]] [[sideAmbientLife]]
|seealso= [[side]] [[west]] [[blufor]] [[east]] [[opfor]] [[resistance]] [[independent]] [[civilian]] [[sideLogic]] [[sideFriendly]] [[sideEnemy]] [[sideUnknown]] [[playerSide]] [[sideAmbientLife]]
}}
}}

Revision as of 22:21, 7 May 2022

Hover & click on the images for description

Description

Description:
Returns empty side, for example static buildings in Eden Editor.
Groups:
Sides

Syntax

Syntax:
sideEmpty
Return Value:
Side

Examples

Example 1:
_sideEmpty = sideEmpty;

Additional Information

See also:
side west blufor east opfor resistance independent civilian sideLogic sideFriendly sideEnemy sideUnknown playerSide sideAmbientLife

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