Client side exports

Developer API Documentation

TableIsOpen

exports["resmon_dj"]:TableIsOpen():

Checks if a table is currently in use.

GetTables

exports["resmon_dj"]:GetTables():

List all registered tables DJ Tables.

Return:

  • id: number

  • name: string

  • coords: vec3

  • job: string

  • item: string

  • distance: number

  • url: string

OpenTable

exports["resmon_dj"]:OpenTable(id):

It is used to open the DJ Table.

  • id: number

Last updated