Template:Csharp events clientside: Difference between revisions
No edit summary |
|||
| (19 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
== Browser == | == Browser == | ||
*[[BrowserCreated|OnBrowserCreated]] | *[[BrowserCreated|OnBrowserCreated]] | ||
*[[BrowserDomReady|OnBrowserDomReady]] | *[[BrowserDomReady|OnBrowserDomReady]] | ||
*[[BrowserLoadingFailed|OnBrowserLoadingFailed]] | *[[BrowserLoadingFailed|OnBrowserLoadingFailed]] | ||
*[[ScriptWindowCreated|OnScriptWindowCreated | *[[ScriptWindowCreated|OnScriptWindowCreated ('''C#''' Exclusive)]] | ||
*[[ScriptWindowDestroyed|OnScriptWindowDestroyed | *[[ScriptWindowDestroyed|OnScriptWindowDestroyed ('''C#''' Exclusive)]] | ||
==Checkpoints== | ==Checkpoints== | ||
| Line 17: | Line 16: | ||
==Common== | ==Common== | ||
*[[Click|OnClick]] | *[[Click|OnClick]] | ||
*[[ClickWithRaycast|OnClickWithRaycast ('''C#''' Exclusive)]] | |||
*[[PlayerChat|OnPlayerChat]] | *[[PlayerChat|OnPlayerChat]] | ||
*[[PlayerCommand|OnPlayerCommand]] | *[[PlayerCommand|OnPlayerCommand]] | ||
*[[PlayerJoin|OnPlayerJoin]] | *[[PlayerJoin|OnPlayerJoin]] | ||
*[[PlayerReady|OnPlayerReady]] | |||
*[[playerQuit|OnPlayerQuit]] | *[[playerQuit|OnPlayerQuit]] | ||
*[[PlayerSpawn|OnPlayerSpawn]] | *[[PlayerSpawn|OnPlayerSpawn]] | ||
| Line 25: | Line 26: | ||
*[[PlayerResurrect|OnPlayerResurrect]] | *[[PlayerResurrect|OnPlayerResurrect]] | ||
*[[PlayerWeaponShot|OnPlayerWeaponShot]] | *[[PlayerWeaponShot|OnPlayerWeaponShot]] | ||
*[[ | *[[EventTriggeredByKey|OnEventTriggeredByKey ('''C#''' Exclusive)]] | ||
*[[ConsoleCommand|OnConsoleCommand]] | |||
*[[IncomingDamage|OnIncomingDamage]] | |||
*[[OutgoingDamage|OnOutgoingDamage]] | |||
==Entity== | ==Entity== | ||
| Line 32: | Line 36: | ||
*[[EntityCreated|OnEntityCreated]] | *[[EntityCreated|OnEntityCreated]] | ||
*[[EntityDestroyed|OnEntityDestroyed]] | *[[EntityDestroyed|OnEntityDestroyed]] | ||
*[[EntityDataChangeByKey|OnEntityDataChangeByKey]] | *[[EntityDataChangeByKey|OnEntityDataChangeByKey ('''C#''' Exclusive)]] | ||
*[[EntityControllerChange|OnEntityControllerChange]] | |||
*[[DummyEntityCreated|OnDummyEntityCreated]] | |||
*[[DummyEntityDestroyed|OnDummyEntityDestroyed]] | |||
==Graphics== | ==Graphics== | ||
*[[Render|Tick]] | *[[Render|Tick ('''C#''' Exclusive)]] | ||
*[[GuiReady|OnGuiReady]] | *[[GuiReady|OnGuiReady]] | ||
| Line 46: | Line 53: | ||
*[[PlayerStartTalking|OnPlayerStartTalking]] | *[[PlayerStartTalking|OnPlayerStartTalking]] | ||
*[[PlayerStopTalking|OnPlayerStopTalking]] | *[[PlayerStopTalking|OnPlayerStopTalking]] | ||
==Waypoint== | |||
*[[PlayerCreateWaypoint|OnPlayerCreateWaypoint]] | |||
*[[PlayerRemoveWaypoint|OnPlayerRemoveWaypoint]] | |||
Latest revision as of 10:47, 26 June 2020
Browser
- OnBrowserCreated
- OnBrowserDomReady
- OnBrowserLoadingFailed
- OnScriptWindowCreated (C# Exclusive)
- OnScriptWindowDestroyed (C# Exclusive)
Checkpoints
Colshapes
Common
- OnClick
- OnClickWithRaycast (C# Exclusive)
- OnPlayerChat
- OnPlayerCommand
- OnPlayerJoin
- OnPlayerReady
- OnPlayerQuit
- OnPlayerSpawn
- OnPlayerDeath
- OnPlayerResurrect
- OnPlayerWeaponShot
- OnEventTriggeredByKey (C# Exclusive)
- OnConsoleCommand
- OnIncomingDamage
- OnOutgoingDamage
Entity
- OnEntityStreamIn
- OnEntityStreamOut
- OnEntityCreated
- OnEntityDestroyed
- OnEntityDataChangeByKey (C# Exclusive)
- OnEntityControllerChange
- OnDummyEntityCreated
- OnDummyEntityDestroyed