๐Ÿ“žPHONE

The Phone application is the core of the device, managing calls, contacts, and basic communication. Developers can use these exports to programmatically manage a player's contact list, adding or removing entries based on in-game events (e.g., giving a player the contact of a quest giver, removing a contact after a character permadeath).

Available Exports

Below is a quick reference list of server-side exports available for this application.

  • PhoneApp_FetchContactsBySrc

  • PhoneApp_FetchContactsByNumber

  • PhoneApp_AddContactBySrc

  • PhoneApp_AddContactByNumber

  • PhoneApp_DeleteContact

  • PhoneApp_StartCall

  • PhoneApp_EndCallBySrc

  • PhoneApp_EndCallByNumber

  • PhoneApp_IsInCallBySrc

  • PhoneApp_IsInCallByNumber

To learn more about specific exports, please navigate to the next tab.

Last updated