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:
[[Category:Incomplete]]
__NOTOC__  
__NOTOC__  
This function retrieves the name of an account.
This function retrieves the name of an account.
Line 23: Line 21:
==See Also==
==See Also==
{{Account_functions}}
{{Account_functions}}
[[Category:Incomplete]]

Revision as of 01:38, 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