sideEmpty: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (template:command argument fix)
Line 6: Line 6:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns empty side, for example static buildings in [[Eden Editor]]. |= Description
| Returns empty side, for example static buildings in [[Eden Editor]]. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''sideEmpty''' |= Syntax
| '''sideEmpty''' |SYNTAX=


| [[Side]] |= Return value
| [[Side]] |RETURNVALUE=


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


|[[side]], [[west]], [[blufor]], [[east]], [[opfor]], [[resistance]], [[independent]], [[civilian]], [[sideLogic]], [[sideFriendly]], [[sideEnemy]], [[sideUnknown]], [[playerSide]], [[sideAmbientLife]]|= See also
|[[side]], [[west]], [[blufor]], [[east]], [[opfor]], [[resistance]], [[independent]], [[civilian]], [[sideLogic]], [[sideFriendly]], [[sideEnemy]], [[sideUnknown]], [[playerSide]], [[sideAmbientLife]]|SEEALSO=


}}
}}

Revision as of 15:49, 7 April 2019

-wrong parameter ("A3") defined!-[[:Category:Introduced with A3 version 1.58|1.58]]
Hover & click on the images for description

Description

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

Syntax

Syntax:
sideEmpty
Return Value:
Side

Examples

Example 1:
_sideEmpty = sideEmpty;

Additional Information

See also:
sidewestbluforeastopforresistanceindependentciviliansideLogicsideFriendlysideEnemysideUnknownplayerSidesideAmbientLife

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

[[Category:Introduced with A3 version 1.58]][[ Category: A3: New Scripting Commands | SIDEEMPTY]][[ Category: A3: Scripting Commands | SIDEEMPTY]]

Notes

Bottom Section