GetAccountName: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{Needs_Checking|Example needed}}
[[Category:Incomplete]]


__NOTOC__  
__NOTOC__  

Revision as of 00:32, 3 October 2006


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