|
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 (Laser) .int cnt | |
| entityclass (Laser) | |
Variables | |
| vector | beam_color |
| const float | LASER_BEAM_MAXLENGTH = 32768 |
| const float | LASER_BEAM_MAXWORLDSIZE = 1048576 |
| const int | LASER_FINITE = BIT(1) |
| const int | LASER_INVERT_TEAM = BIT(3) |
| const int | LASER_NOTRACE = BIT(2) |
| const int | SF_LASER_ALPHA = BIT(6) |
| const int | SF_LASER_FINITE = BIT(7) |
| const int | SF_LASER_NOTRACE = BIT(4) |
| const int | SF_LASER_SCALE = BIT(5) |
| const int | SF_LASER_UPDATE_ACTIVE = BIT(2) |
| const int | SF_LASER_UPDATE_EFFECT = BIT(3) |
| const int | SF_LASER_UPDATE_ORIGIN = BIT(0) |
| const int | SF_LASER_UPDATE_TARGET = BIT(1) |
| classfield | ( | Laser | ) |
| entityclass | ( | Laser | ) |
| vector beam_color |
Definition at line 30 of file laser.qh.
Referenced by laser_SendEntity(), NET_HANDLE(), and spawnfunc().
| const float LASER_BEAM_MAXLENGTH = 32768 |
Definition at line 32 of file laser.qh.
Referenced by misc_laser_think().
Definition at line 16 of file laser.qh.
Referenced by laser_SendEntity(), misc_laser_aim(), and misc_laser_think().
Definition at line 18 of file laser.qh.
Referenced by misc_laser_think().
Definition at line 17 of file laser.qh.
Referenced by laser_SendEntity().
Definition at line 27 of file laser.qh.
Referenced by laser_SendEntity().
Definition at line 28 of file laser.qh.
Referenced by laser_SendEntity().
Definition at line 25 of file laser.qh.
Referenced by laser_SendEntity().
Definition at line 26 of file laser.qh.
Referenced by laser_SendEntity().
Definition at line 22 of file laser.qh.
Referenced by laser_SendEntity(), and laser_setactive().
Definition at line 23 of file laser.qh.
Referenced by laser_SendEntity().
Definition at line 20 of file laser.qh.
Referenced by laser_SendEntity(), and misc_laser_aim().
Definition at line 21 of file laser.qh.
Referenced by laser_SendEntity(), and misc_laser_aim().