BIS fnc sideNameUnlocalized: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported: BIS Functions update 3/7) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Returns unlocalized side name. |Description= | ||
____________________________________________________________________________________________ | |||
| input call [[BIS_fnc_sideNameUnlocalized]] |Syntax= | |||
|p1= input: [[Number]] or [[Side]] - Side ID or [[side]] |Parameter 1= | |||
| [[String]] - Unlocalized name |Return value= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | |x1= [[west]] [[call]] [[BIS_fnc_sideNameUnlocalized]];//Returns "WEST"|Example 1= | ||
| | |x2= 0 [[call]] [[BIS_fnc_sideNameUnlocalized]];//Returns "EAST"|Example 2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | [[side]] |See also= | ||
}} | }} | ||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> | ||
<dl class="command_description"> | <dl class="command_description"> |
Revision as of 09:52, 20 June 2018
Description
- Description:
- Returns unlocalized side name.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- input call BIS_fnc_sideNameUnlocalized
- Parameters:
- input: Number or Side - Side ID or side
- Return Value:
- String - Unlocalized name
Examples
- Example 1:
- west call BIS_fnc_sideNameUnlocalized;//Returns "WEST"
- Example 2:
- 0 call BIS_fnc_sideNameUnlocalized;//Returns "EAST"
Additional Information
- See also:
- side
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