GetCurrentUserFirstName
Revision as of 10:25, 21 December 2011 by Cg huyphong (talk | contribs)
getCurrentUserFirstName
Returns the first name of the current thread’s user.
Syntax
getCurrentUserFirstName()
Arguments
none
Return type
string
Examples
string fName = getCurrentUserFirstName();
print(fName);
//"John"
Availability
Version 4.8