profileName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
(description see also)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns profile name. |DESCRIPTION=
| Returns currently chosen user profile name. For Steam profile name see [[profileNameSteam]]. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 15: Line 15:




|x1= <code>_myProfileName = '''profileName''';
|x1= <code>_myInGameProfileName = [[profileName]];</code>|EXAMPLE1=  
</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________


|[[profileNameSteam]]  |SEEALSO=  
|[[profileNameSteam]], [[name]]  |SEEALSO=  


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 14:29, 27 July 2019

Hover & click on the images for description

Description

Description:
Returns currently chosen user profile name. For Steam profile name see profileNameSteam.
Groups:
Uncategorised

Syntax

Syntax:
profileName
Return Value:
String

Examples

Example 1:
_myInGameProfileName = profileName;

Additional Information

See also:
profileNameSteamname

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