BIS fnc sideName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
mNo edit summary
Line 13: Line 13:
| [sideNumber] call [[BIS_fnc_sideName]]; |SYNTAX=
| [sideNumber] call [[BIS_fnc_sideName]]; |SYNTAX=


|p1= '''sideNumber''': [[Side]] or [[Number]] - either side or side ID |=
|p1= '''sideNumber''': [[Side]] or [[Number]] - either side or side ID |PARAMETER1=


| [[String]] |RETURNVALUE=
| [[String]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>[2] [[call]] [[BIS_fnc_sideName]];</code> |=
|x1= <code>[2] [[call]] [[BIS_fnc_sideName]];</code> |EXAMPLE1=


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 22:50, 24 September 2020

Hover & click on the images for description

Description

Description:
Returns side name.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[sideNumber] call BIS_fnc_sideName;
Parameters:
sideNumber: Side or Number - either side or side ID
Return Value:
String

Examples

Example 1:
[2] call BIS_fnc_sideName;

Additional Information

See also:
sidecountSideCfgVehicles config side valueSideplayerSidewesteastresistanceciviliansideLogicsideFriendlysideEnemysideUnknownsideEmptysideAmbientLifeSide relations

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

Notes

Bottom Section