Template:Player events clientside: Difference between revisions
No edit summary |
(→Common) |
||
| (29 intermediate revisions by 10 users not shown) | |||
| Line 1: | Line 1: | ||
==Browser== | |||
**[[browserDomReady]] | *[[browserCreated]] | ||
*[[browserDomReady]] | |||
*[[browserLoadingFailed]] | |||
==Checkpoints== | |||
*[[playerEnterCheckpoint]] | |||
*[[playerExitCheckpoint]] | |||
==Colshapes== | |||
*Common | *[[playerEnterColshape]] | ||
*[[playerExitColshape]] | |||
==Console== | |||
*[[consoleCommand]] | |||
**[[playerReady]] | ==Common== | ||
**[[ | *[[click]] | ||
**[[ | *[[playerChat]] | ||
**[[ | *[[playerCommand]] | ||
**[[ | *[[playerDeath]] | ||
**[[ | *[[playerJoin]] | ||
* | *[[playerQuit]] | ||
**[[entityStreamIn]] | *[[playerReady]] | ||
**[[ | *[[playerResurrect]] | ||
* | *[[playerRuleTriggered]] | ||
**[[ | *[[playerSpawn]] | ||
*[[playerWeaponShot]] | |||
*[[addDataHandler]] | |||
*[[dummyEntityCreated]] | |||
*[[dummyEntityDestroyed]] | |||
*[[entityControllerChange]] | |||
*[[replayEditorRequest]] | |||
*[[pauseMenuItemSelect]] | |||
*[[pauseMenuItemChange]] | |||
==Damage== | |||
*[[explosion]] | |||
*[[incomingDamage]] | |||
*[[projectile]] | |||
*[[outgoingDamage]] | |||
*[[meleeActionDamage]] | |||
==Vehicles== | |||
*[[playerStartEnterVehicle]] | |||
*[[playerEnterVehicle]] | |||
*[[playerLeaveVehicle]] | |||
==Voice chat== | |||
*[[playerStartTalking]] | |||
*[[playerStopTalking]] | |||
==Streaming== | |||
*[[entityStreamIn]] | |||
*[[entityStreamOut]] | |||
==Graphics== | |||
*[[render]] | |||
==Waypoint== | |||
*[[playerCreateWaypoint]] | |||
*[[playerReachWaypoint]] | |||
==Misc== | |||
*[[uncaughtException]] | |||
*[[unhandledRejection]] | |||
Latest revision as of 21:54, 1 February 2025
Browser
Checkpoints
Colshapes
Console
Common
- click
- playerChat
- playerCommand
- playerDeath
- playerJoin
- playerQuit
- playerReady
- playerResurrect
- playerRuleTriggered
- playerSpawn
- playerWeaponShot
- addDataHandler
- dummyEntityCreated
- dummyEntityDestroyed
- entityControllerChange
- replayEditorRequest
- pauseMenuItemSelect
- pauseMenuItemChange