Template:Csharp events clientside: Difference between revisions
No edit summary |
No edit summary |
||
| (30 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
== Browser == | == Browser == | ||
*[[BrowserCreated]] | *[[BrowserCreated|OnBrowserCreated]] | ||
*[[OnBrowserDomReady]] | *[[BrowserDomReady|OnBrowserDomReady]] | ||
*[[OnBrowserLoadingFailed]] | *[[BrowserLoadingFailed|OnBrowserLoadingFailed]] | ||
*[[OnScriptWindowCreated]] | *[[ScriptWindowCreated|OnScriptWindowCreated ('''C#''' Exclusive)]] | ||
*[[OnScriptWindowDestroyed]] | *[[ScriptWindowDestroyed|OnScriptWindowDestroyed ('''C#''' Exclusive)]] | ||
==Checkpoints== | ==Checkpoints== | ||
*[[OnPlayerEnterCheckpoint]] | *[[PlayerEnterCheckpoint|OnPlayerEnterCheckpoint]] | ||
*[[OnPlayerExitCheckpoint]] | *[[PlayerExitCheckpoint|OnPlayerExitCheckpoint]] | ||
==Colshapes== | ==Colshapes== | ||
*[[OnPlayerEnterColshape]] | *[[PlayerEnterColshape|OnPlayerEnterColshape]] | ||
*[[OnPlayerExitColshape]] | *[[PlayerExitColshape|OnPlayerExitColshape]] | ||
==Common== | ==Common== | ||
*[[OnClick]] | *[[Click|OnClick]] | ||
*[[OnPlayerJoin]] | *[[ClickWithRaycast|OnClickWithRaycast ('''C#''' Exclusive)]] | ||
*[[OnPlayerQuit]] | *[[PlayerChat|OnPlayerChat]] | ||
*[[OnPlayerSpawn]] | *[[PlayerCommand|OnPlayerCommand]] | ||
*[[OnPlayerWeaponShot]] | *[[PlayerJoin|OnPlayerJoin]] | ||
*[[ | *[[PlayerReady|OnPlayerReady]] | ||
*[[ | *[[playerQuit|OnPlayerQuit]] | ||
*[[ | *[[PlayerSpawn|OnPlayerSpawn]] | ||
*[[ | *[[PlayerDeath|OnPlayerDeath]] | ||
*[[ | *[[PlayerResurrect|OnPlayerResurrect]] | ||
*[[PlayerWeaponShot|OnPlayerWeaponShot]] | |||
*[[EventTriggeredByKey|OnEventTriggeredByKey ('''C#''' Exclusive)]] | |||
*[[ConsoleCommand|OnConsoleCommand]] | |||
*[[IncomingDamage|OnIncomingDamage]] | |||
*[[OutgoingDamage|OnOutgoingDamage]] | |||
==Entity== | |||
*[[EntityStreamIn|OnEntityStreamIn]] | |||
*[[EntityStreamOut|OnEntityStreamOut]] | |||
*[[EntityCreated|OnEntityCreated]] | |||
*[[EntityDestroyed|OnEntityDestroyed]] | |||
*[[EntityDataChangeByKey|OnEntityDataChangeByKey ('''C#''' Exclusive)]] | |||
*[[EntityControllerChange|OnEntityControllerChange]] | |||
*[[DummyEntityCreated|OnDummyEntityCreated]] | |||
*[[DummyEntityDestroyed|OnDummyEntityDestroyed]] | |||
==Graphics== | |||
*[[Render|Tick ('''C#''' Exclusive)]] | |||
*[[GuiReady|OnGuiReady]] | |||
==Vehicles== | ==Vehicles== | ||
*[[ | *[[PlayerStartEnterVehicle|OnPlayerStartEnterVehicle]] | ||
*[[ | *[[PlayerEnterVehicle|OnPlayerEnterVehicle]] | ||
*[[ | *[[PlayerLeaveVehicle|OnPlayerLeaveVehicle]] | ||
==Voice chat== | ==Voice chat== | ||
*[[OnPlayerStartTalking]] | *[[PlayerStartTalking|OnPlayerStartTalking]] | ||
*[[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