Lua Events/OnSGlobalObjectSystemInit

From PZwiki
< Lua Events
Revision as of 21:23, 23 June 2023 by Faalagorn (talk | contribs) (Faalagorn moved page Lua Events/OnSGlobalObjectSystemInit to Lua Events/OnSGlobalObjectSystemInit: Remove Modding: prefix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Event

OnSGlobalObjectSystemInit

Description

Triggered when the server global object system is being initialized.

Parameters

No parameter.

Examples

local function OnSGlobalObjectSystemInit()
	-- Your code here
end

Events.OnSGlobalObjectSystemInit.Add(OnSGlobalObjectSystemInit)

See also