GKSHOP
GKSPHONE V2

Exports and events

Every export, event and state bag GKSPHONE V2 exposes for your own scripts.

There are three ways your scripts talk to the phone, and picking the right one saves a lot of work:

You want toUse
Make the phone do something — send a message, start a call, add a map blipExports, client or server side
React to something a player did on the phoneServer events
Read phone state off a player without calling anythingState bags

Building a whole app rather than calling into an existing one? See Custom App and Custom Widget.