BIS fnc playerName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page filling)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Return current profile's name. Deprecated since {{arma3}}, use [[profileName]] instead. |= Description
| Return current profile's name. Deprecated since {{arma3}}, use [[profileName]] instead. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| call [[BIS_fnc_playerName]] |= Syntax
| call [[BIS_fnc_playerName]] |SYNTAX=


| [[String]] - [[profileName]] |= Return value
| [[String]] - [[profileName]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>_myPlayerName = [[call]] [[BIS_fnc_playerName]];</code> |= Example 1
|x1= <code>_myPlayerName = [[call]] [[BIS_fnc_playerName]];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[profileName]] |= See also
| [[profileName]] |SEEALSO=
}}
}}



Revision as of 15:32, 7 April 2019

Hover & click on the images for description

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

Notes

Bottom Section