money_account_database
Vars | |
database_logs | list of actions taken on the money account database, such as creating/deleting accounts |
---|---|
hidden_database_logs | Tracking log of all actions on the account databse, used for admin logging and debugging |
online | Will the database permit actions on it? Useful for random events |
user_accounts | list of money account datums for individual users |
Procs | |
find_user_account | takes in an account_numb and returns either an account if it locates one or null if it finds none |
Var Details
database_logs
list of actions taken on the money account database, such as creating/deleting accounts
hidden_database_logs
Tracking log of all actions on the account databse, used for admin logging and debugging
online
Will the database permit actions on it? Useful for random events
user_accounts
list of money account datums for individual users
Proc Details
find_user_account
takes in an account_numb and returns either an account if it locates one or null if it finds none