Client side
🧿 General
OpenBank
--- Used to open the Banking/Atm UI
exports['tgg-banking']:OpenBank()
CloseUI
--- Used to close the Banking/Atm UI
exports['tgg-banking']:CloseBank()
IsDisabled
---@return boolean - Whether the banking is disabled
exports['tgg-banking']:IsDisabled()
ToggleDisabled
---@param disabled boolean - Whether to disable the banking
exports['tgg-banking']:ToggleDisabled(disabled)
Last updated