zRxnx Scripts
  • Landing page
  • Dependency
    • zrx_utility
      • Exports
      • Client
      • Server
  • Scripts
    • zrx_carlock
      • Configuration
      • Exports
    • zrx_rental
      • Configuration
      • Exports
    • zrx_personalmenu
      • Configuration
      • Exports
    • zrx_restrictedzone
      • Configuration
      • Exports
    • zrx_lobby
      • Configuration
      • Exports
    • zrx_armour
      • Configuration
      • Exports
    • zrx_uniqueid
      • Configuration
      • Exports
    • zrx_blackmarket
      • Configuration
      • Exports
    • zrx_panicbutton
      • Configuration
      • Exports
    • zrx_repairkit
      • Configuration
      • Exports
Powered by GitBook
On this page
  • Client
  • getUtility()
  • Server
  • getUtility()

Was this helpful?

Edit on GitHub
  1. Dependency
  2. zrx_utility

Exports

Client

getUtility()

Returns the core Utility

Returns: table - Utility object

Example:

local CORE = exports.zrx_utility:getUtility()

print(json.encode(CORE, { indent = true })

Server

getUtility()

Returns the core Utility

Returns: table - Utility object

Example:

local CORE = exports.zrx_utility:getUtility()

print(json.encode(CORE, { indent = true })
Previouszrx_utilityNextClient

Last updated 1 year ago

Was this helpful?