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 })

Last updated