IsGuestAccount

From Multi Theft Auto: Wiki
Revision as of 11:49, 12 September 2006 by EAi (talk | contribs)
Jump to navigation Jump to search

This function checks to see if an account is a guest account. A guest account is an account automatically created for a user when they join the server and deleted when they quit or login to another account. Data stored in a guest account is not stored after the player has left the server.

Syntax

bool isGuestAccount ( account theAccount )

Required Arguments

  • theAccount: The account you want to check to see if it is a guest account.

Returns

Returns true if the account is a guest account, false otherwise.

Example


See Also