Difference between revisions of "BIS fnc playerName"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page filling) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | Return current profile's name. Deprecated since {{arma3}}, use [[profileName]] instead. |= | + | | Return current profile's name. Deprecated since {{arma3}}, use [[profileName]] instead. |DESCRIPTION= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | call [[BIS_fnc_playerName]] |= | + | | call [[BIS_fnc_playerName]] |SYNTAX= |
− | | [[String]] - [[profileName]] |= | + | | [[String]] - [[profileName]] |RETURNVALUE= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | |x1= <code>_myPlayerName = [[call]] [[BIS_fnc_playerName]];</code> |= | + | |x1= <code>_myPlayerName = [[call]] [[BIS_fnc_playerName]];</code> |EXAMPLE1= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | [[profileName]] |= | + | | [[profileName]] |SEEALSO= |
}} | }} | ||
Revision as of 14:32, 7 April 2019
Description
- Description:
- Return current profile's name. Deprecated since Arma 3, use profileName instead.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- call BIS_fnc_playerName
- Return Value:
- String - profileName
Examples
- Example 1:
_myPlayerName = call BIS_fnc_playerName;
Additional Information
- See also:
- profileName
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