|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| spawnfunc (trigger_magicear) | |
| string | trigger_magicear_processmessage (entity ear, entity source, float teamsay, entity privatesay, string msgin) |
| string | trigger_magicear_processmessage_forallears (entity source, float teamsay, entity privatesay, string msgin) |
Variables | |
| bool | magicear_matched |
| entity | magicears |
| spawnfunc | ( | trigger_magicear | ) |
Definition at line 164 of file magicear.qc.
| string trigger_magicear_processmessage | ( | entity | ear, |
| entity | source, | ||
| float | teamsay, | ||
| entity | privatesay, | ||
| string | msgin ) |
Definition at line 5 of file magicear.qc.
References entity(), IS_DEAD, IS_PLAYER, MAGICEAR_IGNORE_INVALIDTELL, MAGICEAR_IGNORE_SAY, MAGICEAR_IGNORE_TEAMSAY, MAGICEAR_IGNORE_TELL, magicear_matched, MAGICEAR_NODECOLORIZE, MAGICEAR_REPLACE_OUTSIDE, MAGICEAR_REPLACE_WHOLE_MESSAGE, MAGICEAR_TUBA, MAGICEAR_TUBA_EXACTPITCH, MAX_WEAPONSLOTS, NULL, strcat(), string_null, strlen, strstrofs, SUB_UseTargets(), substring(), vdist, W_Tuba_HasPlayed(), and weaponentities.
Referenced by trigger_magicear_processmessage_forallears().
| string trigger_magicear_processmessage_forallears | ( | entity | source, |
| float | teamsay, | ||
| entity | privatesay, | ||
| string | msgin ) |
Definition at line 149 of file magicear.qc.
References entity(), MAGICEAR_CONTINUE, magicear_matched, magicears, and trigger_magicear_processmessage().
Referenced by ClientCommand_tell(), Say(), and W_Tuba_NoteOff().
| bool magicear_matched |
Definition at line 4 of file magicear.qc.
Referenced by trigger_magicear_processmessage(), and trigger_magicear_processmessage_forallears().
| entity magicears |
Definition at line 148 of file magicear.qc.
Referenced by spawnfunc(), and trigger_magicear_processmessage_forallears().