GetCurrentUserFirstName

From Catglobe Wiki
Jump to: navigation, search



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