Exports

circle-info

Usage is as follows.

exports["stache-phone"]:PhoneOpenState()
chevron-rightPhoneOpenStatehashtag

It lets you know if the phone is open or not.

chevron-rightPhoneToggleStatehashtag

It is used to turn the phone on and off.

Parameters:

  • State (bool) (If you send true, the phone turns on, if you send false, it turns off.)

chevron-rightPhoneSetStatehashtag

Availability adjustment of the phone. If false the phone will not be turned on, if true the phone will be available.

Parameters:

  • State (bool) (Not required, if you do not send a value, it will apply the inverse of the value found)

Last updated