GetCurrentUserFirstName

From Catglobe Wiki
Revision as of 06:25, 14 December 2011 by Cg pham (talk | contribs)
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();

//"John"

Availability

Version 4.8