gameTransactionSystem
Functions
GiveMoney(target: handle:gameObject, amount: Int32, currency: CName) -> Bool
RemoveMoney(obj: handle:gameObject, amount: Int32, currency: CName) -> Bool
TransferMoney(source: handle:gameObject, target: handle:gameObject, amount: Int32, currency: CName) -> Bool
Last updated