BIS fnc sideName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 34: Line 34:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Function Group: Sides|{{uc:sideName}}]]
[[Category:Arma 3:_Functions|sideName]]
[[Category:Functions|{{uc:sideName}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:sideName}}]]

Revision as of 12:06, 28 July 2014

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:
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

Notes

Bottom Section