BIS fnc sideName: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (Created page with "<syntaxhighlight lang=javascript>→Author: Karel Moricky Description: Returns side name Parameter(s): 0: SIDE or NUMBER - either side or side ID Returns: STRING: pr...") |
(now has the correct layout.) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | |||
____________________________________________________________________________________________ | |||
| arma3 |= Game name | |||
|1.00|= Game version | |||
____________________________________________________________________________________________ | |||
| Returns side name. |= Description | |||
____________________________________________________________________________________________ | |||
| [sideNumber] call [[BIS_fnc_sideName]]; |= Syntax | |||
|p1= '''sideNumber''': [[Side]] or [[Number]] - either side or side ID |= | |||
| [[String]] |= Return value | |||
____________________________________________________________________________________________ | |||
|x1= <code>[2] [[call]] [[BIS_fnc_sideName]];</code> |= | |||
____________________________________________________________________________________________ | |||
| |= See also | |||
</ | }} | ||
<h3 style="display:none">Notes</h3> | |||
<dl class="command_description"> | |||
<!-- Note Section BEGIN --> | |||
<!-- Note Section END --> | |||
</dl> | |||
<h3 style="display:none">Bottom Section</h3> | |||
[[Category:Arma 3:_Functions|sideName]] |
Revision as of 13:45, 2 May 2014
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