BIS fnc sideNameUnlocalized: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *U([a-z ])" to "$1 - u$2")
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.00


|1.00|Game version=
|gr1= Sides
____________________________________________________________________________________________


| Returns unlocalized side name. |Description=
|descr= Returns unlocalized side name.
____________________________________________________________________________________________


| input call [[BIS_fnc_sideNameUnlocalized]] |Syntax=
|s1= input call [[BIS_fnc_sideNameUnlocalized]]


|p1= input: [[Number]] or [[Side]] - Side ID or [[side]] |Parameter 1=
|p1= input: [[Number]] or [[Side]] - side ID or [[side]]


| [[String]] - Unlocalized name |Return value=
|r1= [[String]] - unlocalized name
____________________________________________________________________________________________


|x1= <code>[[west]] [[call]] [[BIS_fnc_sideNameUnlocalized]];//Returns "WEST"</code>|Example 1=
|x1= <sqf>west call BIS_fnc_sideNameUnlocalized;//Returns "WEST"</sqf>


|x2= <sqf>0 call BIS_fnc_sideNameUnlocalized;//Returns "EAST"</sqf>


|x2= <code>0 [[call]] [[BIS_fnc_sideNameUnlocalized]];//Returns "EAST"</code>|Example 2=
|seealso= [[side]]
____________________________________________________________________________________________
 
| [[side]] |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:Function Group: Sides|{{uc:sideNameUnlocalized}}]]
[[Category:Functions|{{uc:sideNameUnlocalized}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:sideNameUnlocalized}}]]

Latest revision as of 16:52, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns unlocalized side name.
Execution:
call
Groups:
Sides

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