mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-26 01:26:01 +00:00
api: make pfUI env available in globalspace
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
pfUI.api = { }
|
||||
pfUI.api._G = getfenv(0)
|
||||
local _G = getfenv(0)
|
||||
local T, C, L = pfUI.env.T, pfUI.env.C, pfUI.env.L
|
||||
|
||||
-- [ strsplit ]
|
||||
-- Splits a string using a delimiter.
|
||||
|
||||
Reference in New Issue
Block a user