Lua Events/OnCGlobalObjectSystemInit

From PZwiki
< Lua Events
Revision as of 22:35, 13 June 2023 by Faalagorn (talk | contribs) (Faalagorn moved page Lua Events/OnCGlobalObjectSystemInit to Lua Events/OnCGlobalObjectSystemInit: Avoid Modding: prefix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Event

OnCGlobalObjectSystemInit

Description

Triggered when the client global object system is being initialized.

Parameters

No parameter.

Examples

local function OnCGlobalObjectSystemInit()
	-- Your code here
end

Events.OnCGlobalObjectSystemInit.Add(OnCGlobalObjectSystemInit)

See also