Difference between revisions of "Server Scripting Functions"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | == Resource functions == | ||
+ | |||
+ | [[Engine.GetThisResource]] | ||
+ | |||
+ | [[Engine.GetResourceName]] | ||
+ | |||
+ | [[Engine.StartResource]] | ||
+ | |||
+ | [[Engine.StopResource]] | ||
+ | |||
+ | [[Engine.RestartResource]] | ||
+ | |||
+ | [[Engine.UpdateResources]] | ||
+ | |||
== Player functions == | == Player functions == | ||
Line 18: | Line 32: | ||
[[Engine.GetPlayerHealth]] | [[Engine.GetPlayerHealth]] | ||
+ | |||
+ | [[Engine.ResetPlayerCamera]] | ||
== Server functions == | == Server functions == | ||
+ | |||
+ | [[Engine.SetPassword]] | ||
+ | |||
+ | [[Engine.ShutdownServer]] | ||
[[Engine.OutputChatBox]] | [[Engine.OutputChatBox]] | ||
Line 26: | Line 46: | ||
[[Engine.AddEventHandler]] | [[Engine.AddEventHandler]] | ||
+ | |||
+ | [[Engine.PreventDefault]] | ||
+ | |||
+ | [[Engine.TriggerClientEvent]] | ||
== Command functions == | == Command functions == | ||
[[Engine.AddCommandHandler]] | [[Engine.AddCommandHandler]] |