GetAccountName: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
__NOTOC__  
{{Server function}}
__NOTOC__
This function retrieves the name of an account.
This function retrieves the name of an account.



Revision as of 12:11, 21 August 2007

This function retrieves the name of an account.

Syntax

string getAccountName ( account theAccount )

Required Arguments

  • theAccount: The account you wish to get the name of

Returns

Returns a string containing the account's name, false if the account does not exist or an invalid argument was passed to the function.

Example


See Also