Difference between revisions of "GetCurrentUserFirstName"
Cg huyphong (talk | contribs) |
|||
Line 21: | Line 21: | ||
string fName = getCurrentUserFirstName(); | string fName = getCurrentUserFirstName(); | ||
+ | |||
+ | print(fName); | ||
//"John" | //"John" |
Latest revision as of 10:25, 21 December 2011
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