-
Notifications
You must be signed in to change notification settings - Fork 18
Globals API
Ben edited this page Aug 16, 2022
·
1 revision
Allows developers to interact with the global variables of TRP3
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