Game Events (Source)
Contents
- 1 Generic Source Events
- 1.1 team_info
- 1.2 team_score
- 1.3 player_team
- 1.4 player_class
- 1.5 player_death
- 1.6 player_hurt
- 1.7 player_chat
- 1.8 player_score
- 1.9 player_spawn
- 1.10 player_shoot
- 1.11 player_use
- 1.12 player_changename
- 1.13 game_newmap
- 1.14 game_start
- 1.15 game_end
- 1.16 round_start
- 1.17 round_end
- 1.18 game_message
- 1.19 break_breakable
- 1.20 break_prop
- 2 Generic Source Server Events
- 3 Game Events
- 4 Pirates, Vikings, Knights II Events
- 5 SourceForts Events
- 6 Hidden: Source Events
- 7 Perfect Dark: Source
- 8 Iron Grip Events
Generic Source Events
team_info
Note: Info about team
| Name: | team_info | ||||||
| Structure: |
|
team_score
Note: Team score changed
| Name: | team_info | ||||||
| Structure: |
|
player_team
Note: Player change his team
| Name: | player_team | ||||||||||||
| Structure: |
|
player_class
Note: A player changed his class
| Name: | player_class | ||||||
| Structure: |
|
player_death
Note: A game event, name may be 32 charaters long
| Name: | player_death | ||||||
| Structure: |
|
player_hurt
Note: A player was hurt
| Name: | player_hurt | |||||||||
| Structure: |
|
player_chat
Note: A public player chat
| Name: | player_chat | |||||||||
| Structure: |
|
player_score
Note: Players scores changed
| Name: | player_score | ||||||||||||
| Structure: |
|
player_spawn
Note: player spawned in game
| Name: | player_spawn | |||
| Structure: |
|
player_shoot
Note: Player shoot his weapon
| Name: | player_shoot | |||||||||
| Structure: |
|
player_use
Note: When a player uses an option
| Name: | player_use | ||||||
| Structure: |
|
player_changename
Note: Player changed name
| Name: | player_changename | |||||||||
| Structure: |
|
game_newmap
Note: Send when new map is completely loaded
| Name: | game_newmap | |||
| Structure: |
|
game_start
Note: A new game starts
| Name: | game_start | ||||||||||||
| Structure: |
|
game_end
Note: A game ended
| Name: | game_end | |||
| Structure: |
|
round_start
Note: The round started
| Name: | player_changename | |||||||||
| Structure: |
|
round_end
Note: The round ended
| Name: | round_end | |||||||||
| Structure: |
|
game_message
Note: A game message
| Name: | game_message | ||||||
| Structure: |
|
break_breakable
Note: A breakable (func_break) is broken.
| Name: | break_breakable | |||||||||
| Structure: |
|
break_prop
Note: A breakable prop is broken.
| Name: | break_prop | ||||||
| Structure: |
|
Generic Source Server Events
server_spawn
Note: Send once a server starts
| Name: | server_start | |||||||||||||||||||||||||||
| Structure: |
|
server_shutdown
Note: Server shut down
| Name: | server_shutdown | |||
| Structure: |
|
server_cvar
Note: A server console var has changed
| Name: | server_cvar | ||||||
| Structure: |
|
server_msg
Note: A generic server message
| Name: | server_message | |||
| Structure: |
|
server_addban
Note: When the server has a ban added
| Name: | server_addban | |||||||||||||||||||||
| Structure: |
|
server_removeban
Note: When the server has a ban removed
| Name: | server_removeban | |||||||||
| Structure: |
|
player_connect
Note: A new player connected
| Name: | player_connect | |||||||||||||||
| Structure: |
|
player_info
Note: A player changed his name
| Name: | player_info | |||||||||||||||
| Structure: |
|
player_disconnect
Note: A client was disconnected
| Name: | player_disconnect | ||||||||||||
| Structure: |
|
player_activate
Note: A client has entered the game (connected and loaded)
| Name: | player_activate | |||
| Structure: |
|
player_say
Note: When a client sends a message in chat
| Name: | player_say | ||||||
| Structure: |
|
Game Events
These are all the games that the Source engine covers.
- Counter-Strike: Source Events
- Day of Defeat: Source Events
- Dystopia Events
- Pirates, Vikings, Knights II Events
- SourceForts Events
- Hidden: Source Events
- Perfect Dark: Source
- Perfect Dark: Source
Pirates, Vikings, Knights II Events
player_death
Note: When player dies
| Name: | player_death | |||||||||
| Structure: |
|
round_end
Note: When round ends
| Name: | round_end | |||
| Structure: |
|
SourceForts Events
player_death
Note: When a player dies
| Name: | player_death | |||||||||
| Structure: |
|
block_frozen
Note: When a building block becomes frozen
| Name: | block_frozen | ||||||
| Structure: |
|
block_unfrozen
Note: When a building block becomes unfrozen
| Name: | block_unfrozen | ||||||
| Structure: |
|
phase_switch
Note: When the phase switches from build to play
| Name: | phase_switch | ||||||||||||
| Structure: |
|
player_grab
Note: When a player grabs the flag
| Name: | player_grab | ||||||
| Structure: |
|
player_drop
Note: When a player drops the flag
| Name: | player_drop | ||||||
| Structure: |
|
player_score
Note: When a player captures a flag
| Name: | player_score | ||||||
| Structure: |
|
flag_return
Note: When flag is returned to original base
| Name: | flag_return | ||||||
| Structure: |
|
Hidden: Source Events
player_death
Note: When a player dies
| Name: | player_death | ||||||||||||
| Structure: |
|
player_hurt
Note: When a player is hurt
| Name: | player_hurt | ||||||||||||
| Structure: |
|
alarm_trigger
Note: When an alarm is triggered
| Name: | alarm_trigger | |||||||||
| Structure: |
|
material_check
Note: When the player's materials are checked
| Name: | material_check | ||||||
| Structure: |
|
extraction_start
Note: When the extraction starts
| Name: | extraction_start | |||
| Structure: |
|
extraction_stop
Note: When the extraction stops
| Name: | extraction_stop | |
| Structure: |
|
player_location
Note: When the player location changes
| Name: | player_location | ||||||
| Structure: |
|
iris_radio
Note: When iris_radio is used
| Name: | iris_radio | ||||||
| Structure: |
|
game_round_restart
Note: When the round restarts
| Name: | game_round_restart | |
| Structure: |
|
game_round_end
Note: When the round ends
| Name: | game_round_end | |
| Structure: |
|
game_round_start
Note: When the round starts
| Name: | game_round_start | |
| Structure: |
|
Perfect Dark: Source
player_death
Note: When a player dies
| Name: | player_death | ||||||||||||||||||
| Structure: |
|
koth_hill_activated
Note: When koth_hill is activated
| Name: | koth_hill_activated | ||||||||||||
| Structure: |
|
koth_hill_deactivated
Note: When koth_hill is deactivated
| Name: | koth_hill_deactivated | |||
| Structure: |
|
koth_hill_taken
Note: When koth_hill is taken
| Name: | koth_hill_taken | |||||||||
| Structure: |
|
koth_hill_close_to_capture
Note: When koth_hill is near capture
| Name: | koth_hill_close_to_capture | |||
| Structure: |
|
koth_hill_captured
Note: When koth_hill is captured
| Name: | koth_hill_captured | |
| Structure: |
|
koth_hill_lost
Note: When koth_hill is lost
| Name: | koth_hill_lost | |||
| Structure: |
|
popacap_close_to_point
Note: Unknown
| Name: | popacap_close_to_point | |||
| Structure: |
|
ctb_spawn_activated
Note: Unknown
| Name: | ctb_spawn_activated | |||||||||||||||
| Structure: |
|
ctb_spawn_deactivated
Note: Uknown
| Name: | ctb_spawn_deactivated | |||
| Structure: |
|
weapon_set
Note: When a player's weapon is set
| Name: | weapon_set | ||||||
| Structure: |
|
Iron Grip Events
player_death
Note:
| Name: | player_death | ||||||||||||
| Structure: |
|