|
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 | |
| classfield (TargetMusic) .int state | |
| void | Ent_TriggerMusic_Remove (entity this) |
| void | Ent_TriggerMusic_Think (entity this) |
| entityclass (TargetMusic) | |
| void | Net_TargetMusic () |
| void | TargetMusic_Advance () |
Variables | |
| float | lifetime |
| entity | music_default |
| float | music_disabled |
| entity | music_target |
| entity | music_trigger |
| const int | SF_MUSIC_ORIGIN = BIT(2) |
| classfield | ( | TargetMusic | ) |
References state.
| entityclass | ( | TargetMusic | ) |
| void Net_TargetMusic | ( | ) |
| void TargetMusic_Advance | ( | ) |
Referenced by CSQC_UpdateView().
Definition at line 5 of file music.qh.
Referenced by trigger_music_SendEntity().