Scripting/Squirrel/Client Events: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing
No edit summary
(added missing parameters)
 
Line 40: Line 40:
* [[Scripting/Squirrel/Client_Events/GUI::GameResize|GUI::GameResize]](width, height)
* [[Scripting/Squirrel/Client_Events/GUI::GameResize|GUI::GameResize]](width, height)


* [[Scripting/Squirrel/Client_Events/GUI::KeyPressed|GUI::KeyPressed]]()
* [[Scripting/Squirrel/Client_Events/GUI::KeyPressed|GUI::KeyPressed]](key)


== KeyBind Events ==
== KeyBind Events ==
* [[Scripting/Squirrel/Client_Events/KeyBind::OnDown|KeyBind::OnDown]]()
* [[Scripting/Squirrel/Client_Events/KeyBind::OnDown|KeyBind::OnDown]](keybind)


* [[Scripting/Squirrel/Client_Events/KeyBind::OnUp|KeyBind::OnUp]]()
* [[Scripting/Squirrel/Client_Events/KeyBind::OnUp|KeyBind::OnUp]](keybind)

Latest revision as of 14:49, 1 May 2016

Script Events

Player Events

Server Events

GUI Events

KeyBind Events