For the complete documentation index, see llms.txt. This page is also available as Markdown.

State Bags

Use state bags only to retrieve data. Do not use them to set data.

handcuffedData

LocalPlayer.state.handcuffedData

return

  • data: Object

    • active: boolean

    • propNetId: number | nil

    • bussy: boolean

    • keyId: number | false

    • handcuffTypeIndex: number | false

ishandcuffed

LocalPlayer.state.ishandcuffed

return

  • ishandcuffed: boolean


isEscortActive

return

  • targerPlayerId: number | nil


isTrunkActive

return

  • vehicleNetId: number | nil


isHeadbaggedString

return

  • targetPlayerId: number | nil


Last updated