I haven't finished my new website yet, so for now you get a 1990's style looking thing.
An account_rank is a unsigned 4-bit integer (number) the account's rank. The variables are defined in _G.
These are all the account_ranks in ARCBank 1.4.0. These are for reference purpose only, please use the actual variable names. To get a human-readable description of the rank, use the ARCBank.Msgs.AccountRank table. For example, ARCBank.Msgs.AccountRank[ARCBANK_PERSONALACCOUNTS_GOLD]
ARCBANK_PERSONALACCOUNTS_ = 0 -- Should NEVER be used in any accounts ARCBANK_PERSONALACCOUNTS_STANDARD = 1 ARCBANK_PERSONALACCOUNTS_BRONZE = 2 ARCBANK_PERSONALACCOUNTS_SILVER = 3 ARCBANK_PERSONALACCOUNTS_GOLD = 4 ARCBANK_GROUPACCOUNTS_ = 5 -- Should NEVER be used in any accounts ARCBANK_GROUPACCOUNTS_STANDARD = 6 ARCBANK_GROUPACCOUNTS_PREMIUM = 7
TIP: To check if an account is a group account, you can get its properties and see if its account_rank is higher than ARCBANK_GROUPACCOUNTS_