Globals API - Total-RP/Total-RP-3 GitHub Wiki
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