Difference between revisions of "Codename Cure Events"
(Created page with ":''Refer back to Game Events (Source) for more events.'' The events are taken from SteamApps\common\Codename CURE\cure\resource\modevents.res === player_death === {{qnot...") |
|||
Line 55: | Line 55: | ||
=== achievement_earned === | === achievement_earned === | ||
− | {{qnotice| | + | {{qnotice|A event that prints to the chat when a player has earned an achievement}} |
{{begin-hl2msg|achievement_earned|string}} | {{begin-hl2msg|achievement_earned|string}} | ||
{{hl2msg|long|player|the map name the game was won on}} | {{hl2msg|long|player|the map name the game was won on}} | ||
Line 62: | Line 62: | ||
=== achievement_earned_local === | === achievement_earned_local === | ||
− | {{qnotice|}} | + | {{qnotice|Fired from the local client to the server, so the server can fire it back to the rest of the players}} |
{{begin-hl2msg|achievement_earned_local|string}} | {{begin-hl2msg|achievement_earned_local|string}} | ||
{{hl2msg|long|player|the map name the game was won on}} | {{hl2msg|long|player|the map name the game was won on}} | ||
{{hl2msg|long|achievement|the difficulty}} | {{hl2msg|long|achievement|the difficulty}} | ||
{{end-hl2msg}} | {{end-hl2msg}} |
Revision as of 05:43, 14 February 2017
- Refer back to Game Events (Source) for more events.
The events are taken from SteamApps\common\Codename CURE\cure\resource\modevents.res
Contents
player_death
Note: Player died
Name: | player_death | ||||||||||||
Structure: |
|
zombie_killed
Note: Zombie killed
Name: | zombie_killed | |||||||||||||||||||||||||||
Structure: |
|
game_win
Note:
Name: | game_win | ||||||||||||
Structure: |
|
game_reset
Note: Current match reseted
Name: | game_reset | |||
Structure: |
|
game_diff_change
Note: Diffuculty changed
Name: | game_diff_change | |||
Structure: |
|
special_condition
Note:
Name: | special_condition | ||||||
Structure: |
|
achievement_earned
Note: A event that prints to the chat when a player has earned an achievement
Name: | achievement_earned | ||||||
Structure: |
|
achievement_earned_local
Note: Fired from the local client to the server, so the server can fire it back to the rest of the players
Name: | achievement_earned_local | ||||||
Structure: |
|