Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Documentation
Returns
Example
if exports["utility_bank"]:IsInsideBank() then local open = exports["utility_bank"]:IsCurrentBankDoorOpen("vault") print("The vault door is: "..(open and "open" or "closed")) end