Difference between revisions of "Server Scripting Functions"
Jump to navigation
Jump to search
(Created page with "== Player functions == Engine.GetPlayers Engine.GetPlayerName Engine.SetPlayerRoom Engine.GetPlayerRoom Engine.SetPlayerPosition Engine.GetPlayerPo...") |
|||
(7 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 == | ||
[[Engine.GetPlayers]] | [[Engine.GetPlayers]] | ||
+ | |||
+ | [[Engine.SpawnPlayer]] | ||
[[Engine.GetPlayerName]] | [[Engine.GetPlayerName]] | ||
Line 16: | Line 32: | ||
[[Engine.GetPlayerHealth]] | [[Engine.GetPlayerHealth]] | ||
+ | |||
+ | [[Engine.ResetPlayerCamera]] | ||
== Server functions == | == Server functions == | ||
+ | |||
+ | [[Engine.SetPassword]] | ||
+ | |||
+ | [[Engine.ShutdownServer]] | ||
[[Engine.OutputChatBox]] | [[Engine.OutputChatBox]] | ||
+ | |||
+ | == Event functions == | ||
+ | |||
+ | [[Engine.AddEventHandler]] | ||
+ | |||
+ | [[Engine.PreventDefault]] | ||
+ | |||
+ | [[Engine.TriggerClientEvent]] | ||
+ | |||
+ | == Command functions == | ||
+ | |||
+ | [[Engine.AddCommandHandler]] |