Space Station 13 - Modules - TypesVar Details - Proc Details

money_account

Vars

account_logTracking log of all actions on the account, for IC usage & can have entries deleted
account_nameFull name of the account, set at creation of the account
account_numberUnique Account Number Identifier for the account -Username
account_pin4 digit pin password for accessing the money account -Password
account_typeType of account this is
associated_nanobank_programsThe nanobank programs associated with this account, used for notifying crew members through PDA, this is a lazy list
credit_balanceHow many space credits are in the account
database_holderreference to parent account database, only used for GC
hidden_account_logTracking log of all actions on the account, used for admin logging and debugging
pay_check_bonusespay bonuses for the next pay period for this account, this is a lazy list
pay_check_deductionspay deductions for the next pay period for this account, this is a lazy list
payday_amountthe amount this account receives every payday
security_levelLevel of security on the money account
suspendedBool - Is this account locked out from being used completely?
transfer_requestsThe requests made to this money_account used for ATM and NanoBank credit transfers, this is a lazy list

Procs

deposit_creditsset proc for depositing money, changing credit_balance should always be done through procs
set_creditssets the credit balance to specified value, changing credit_balance should always be done through procs

Var Details

account_log

Tracking log of all actions on the account, for IC usage & can have entries deleted

account_name

Full name of the account, set at creation of the account

account_number

Unique Account Number Identifier for the account -Username

account_pin

4 digit pin password for accessing the money account -Password

account_type

Type of account this is

associated_nanobank_programs

The nanobank programs associated with this account, used for notifying crew members through PDA, this is a lazy list

credit_balance

How many space credits are in the account

database_holder

reference to parent account database, only used for GC

hidden_account_log

Tracking log of all actions on the account, used for admin logging and debugging

pay_check_bonuses

pay bonuses for the next pay period for this account, this is a lazy list

pay_check_deductions

pay deductions for the next pay period for this account, this is a lazy list

payday_amount

the amount this account receives every payday

security_level

Level of security on the money account

suspended

Bool - Is this account locked out from being used completely?

transfer_requests

The requests made to this money_account used for ATM and NanoBank credit transfers, this is a lazy list

Proc Details

deposit_credits

set proc for depositing money, changing credit_balance should always be done through procs

set_credits

sets the credit balance to specified value, changing credit_balance should always be done through procs