GetAccountName: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Needs_Checking|Example needed}}
__NOTOC__  
__NOTOC__  
This function retrieves the name of an account.
This function retrieves the name of an account.
Line 21: Line 23:
==See Also==
==See Also==
{{Account_functions}}
{{Account_functions}}
[[Category:Needs Example]]

Revision as of 19:32, 22 September 2006

Dialog-information.png This article needs checking.

Reason(s): Example needed


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