Skip to content

Globals API

Ben edited this page Aug 16, 2022 · 1 revision

Allows developers to interact with the global variables of TRP3

Tables

local globals = TRP3_API.globals -- stores the global variables and addon information
local relationString = TRP3_API.globals.RELATIONS -- a list of backwards-compatible relationship IDs
local relationOrder = TRP3_API.globals.RELATIONS_ORDER -- defines a logical ordering for relations

The globals table can be found here

Clone this wiki locally