WFSideText: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (complete output) |
m (template:command argument fix) |
||
Line 23: | Line 23: | ||
| '''WFSideText''' param |= Syntax | | '''WFSideText''' param |= Syntax | ||
|p1= param: [[Object]], [[Group]] or [[Side]] |= | |p1= param: [[Object]], [[Group]] or [[Side]] |PARAMETER1= | ||
|p2= |= | |p2= |PARAMETER2= | ||
|p3= |= | |p3= |PARAMETER3= | ||
| [[String]] - unlocalized side text value |= | | [[String]] - unlocalized side text value |RETURNVALUE= | ||
|x1= <Code>[[WFSideText]] [[player]];</Code> |= | |x1= <Code>[[WFSideText]] [[player]];</Code> |EXAMPLE1= | ||
|x2= <Code>[[WFSideText]] [[group]] [[player]];</Code> |= | |x2= <Code>[[WFSideText]] [[group]] [[player]];</Code> |EXAMPLE2= | ||
|x3= <Code>[[WFSideText]] [[west]]</Code> |= | |x3= <Code>[[WFSideText]] [[west]]</Code> |EXAMPLE3= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[side]], [[localize]], [[isLocalized]] |= | | [[side]], [[localize]], [[isLocalized]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:38, 7 April 2019
Description
- Description:
- Returns the unlocalized text value of an object's side / a group's side or a side as:
- east, opfor - "East"
- west, blufor - "West"
- resistance, independent - "Resistance"
- civilian - "Civilian"
- sideUnknown - "Unknown"
- sideEnemy - "Unknown"
- sideFriendly - "Unknown"
- sideLogic - "Unknown"
- sideEmpty - "Unknown"
- sideAmbientLife - "Unknown"
- Groups:
- Uncategorised
Syntax
- Syntax:
- WFSideText param
- Parameters:
- param: Object, Group or Side
- Return Value:
- String - unlocalized side text value
Examples
- Example 1:
WFSideText player;
- Example 2:
WFSideText group player;
- Example 3:
WFSideText west
Additional Information
- See also:
- sidelocalizeisLocalized
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
- Posted on August 17, 2014 - 11:04 (UTC)
- Killzone Kid
- WF stands for Warfare