Server Scripting Events: Difference between revisions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
void [[onMarkerHit]] ( [[player]] hitplayer ) | void [[onMarkerHit]] ( [[player]] hitplayer ) | ||
void [[ | void [[onConsole]] ( string message ) | ||
void [[onPlayerChat]] ( string message ) | void [[onPlayerChat]] ( string message ) |
Revision as of 23:49, 12 June 2006
This is a list of scripting events that currently exist. More will come soon.
void onElementDataChange ( string name )
void onMapLoad ( string name )
void onMapUnload ()
void onMarkerHit ( player hitplayer )
void onConsole ( string message )
void onPlayerChat ( string message )
void onPlayerDamage ( float loss )
void onPlayerJoin ()
void onPlayerQuit ()
void onPlayerSpawn ( spawnpoint spawnpoint )
void onPlayerWasted ( int totalammo, player killer, int killerweapon )
void onPlayerEnterVehicle ( vehicle vehicle, int seat, player jacked )
void onPlayerExitVehicle ( vehicle vehicle, int reason, player jacker )
void onPickupSpawn ()
void onPickupHit ( player player )
void onPickupUse ( player player )
void onColShapeHit ( player player )
void onSpawnpointUse ( player player )
void onVehicleDamage ( float loss )