Template:Csharp events clientside: Difference between revisions
(→Entity) |
|||
| Line 36: | Line 36: | ||
==Graphics== | ==Graphics== | ||
*[[Render|Tick]] | *[[Render|Tick]] | ||
*[[GuiReady|OnGuiReady]] | *[[GuiReady|OnGuiReady ('''C#''' Exclusive)]] | ||
==Vehicles== | ==Vehicles== | ||
Revision as of 15:20, 29 November 2018
Browser
- OnBrowserCreated
- OnBrowserDomReady
- OnBrowserLoadingFailed
- OnScriptWindowCreated (C# Exclusive)
- OnScriptWindowDestroyed (C# Exclusive)
Checkpoints
Colshapes
Common
- OnClick
- OnPlayerChat
- OnPlayerCommand
- OnPlayerJoin
- OnPlayerQuit
- OnPlayerSpawn
- OnPlayerDeath
- OnPlayerResurrect
- OnPlayerWeaponShot
- OnClickWithRaycast (C# Exclusive)
Entity
- OnEntityStreamIn
- OnEntityStreamOut
- OnEntityCreated
- OnEntityDestroyed
- OnEntityDataChangeByKey (C# Exclusive)