Documentation
  • 📄TeamsGG Documentation
    • Common Errors
  • Paid Scripts
    • 📱Phone
      • 🧠Installation
      • 🦄Unique phones
      • 💿Configure
      • ⏭️Exports
        • Client side
        • Server side
      • 🪛Commands
      • 🍎Custom apps
    • ☎️Boomer Phone
      • 🧠Installation
      • 🦄Unique phones
      • ⏯️Exports
        • Client side
    • 🏠Properties
      • 🧠Installation
      • 💿Configure
      • 🐚Add More Shells
      • ⏭️Exports
        • Client side
          • GetCurrentPropertyId
          • GetCurrentProperty
          • IsPointInsideProperty
          • OpenPropertyMenu
          • AddKey
          • RemoveKey
          • SetWaypointToProperty
          • GetAllProperties
          • GetKeyHolders
          • PoliceRaidDoor
        • Server side
          • GetAllProperties
          • AddKey
          • RemoveKey
          • ToggleDoorlock
          • GetPlayersInProperty
          • GetKeyHolders
          • DeleteProperty
          • AddStarterApartment
      • 👜State bags
    • 🏦Banking
      • 🧠Installation
      • ⏯️Exports
        • Client side
        • Server side
    • 💸Billing
      • 🧠Installation
      • ⏭️Exports
        • Client side
        • Server side
    • 📊Hud
      • 🧠Installation
      • ⏭️Exports
        • Client side
    • 📦Storage Units
      • 🧠Installation
Powered by GitBook
On this page
  • 🧿 General
  • ToggleOpen
  • IsOpen
  • IsDisabled
  • ToggleDisabled
  1. Paid Scripts
  2. Boomer Phone
  3. Exports

Client side

🧿 General

ToggleOpen

---@param open boolean If true: open phone, false: close phone
exports.yseries:ToggleOpen(open)

IsOpen

---@return boolean true if phone is open, false if it isn't
exports.yseries:IsOpen()

IsDisabled

---@return boolean true if phone is disabled, false if it isn't
exports.yseries:IsDisabled()

ToggleDisabled

---@param disable boolean
exports.yseries:ToggleDisabled(disable)
PreviousExportsNextProperties

Last updated 1 month ago

☎️
⏯️