Difference between revisions of "Client Scripting Functions"
Jump to navigation
Jump to search
(Created page with "== Resource functions == Engine.GetThisResource Engine.GetResourceName Engine.IsResourceReady == Event functions == Engine.AddEventHandler Engine.Preve...") |
|||
Line 1: | Line 1: | ||
+ | == Classes == | ||
+ | |||
+ | [[Engine.AudioInstance]] | ||
+ | |||
== Resource functions == | == Resource functions == | ||
Line 6: | Line 10: | ||
[[Engine.IsResourceReady]] | [[Engine.IsResourceReady]] | ||
+ | |||
+ | == TR functions == | ||
+ | |||
+ | [[Engine.TR.GetScreenWidth]] | ||
+ | |||
+ | [[Engine.TR.GetScreenHeight]] | ||
+ | |||
+ | [[Engine.TR.GetFontHeight]] | ||
+ | |||
+ | [[Engine.TR.RenderProgressBar]] | ||
+ | |||
+ | [[Engine.TR.RenderString]] | ||
+ | |||
+ | [[Engine.TR.ChangeLevel]] | ||
+ | |||
+ | [[Engine.TR.FlipEffect]] | ||
+ | |||
+ | == Client functions == | ||
+ | |||
+ | [[Engine.GetPlayingAudioInstances]] | ||
+ | |||
+ | [[Engine.SetFPSLimit]] | ||
+ | |||
+ | [[Engine.OutputChatBox]] | ||
== Event functions == | == Event functions == | ||
Line 14: | Line 42: | ||
[[Engine.TriggerServerEvent]] | [[Engine.TriggerServerEvent]] | ||
+ | |||
+ | == Command functions == | ||
+ | |||
+ | [[Engine.AddCommandHandler]] |
Latest revision as of 03:15, 2 January 2015
Classes
Resource functions
TR functions
Client functions
Engine.GetPlayingAudioInstances