|
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 | |
| NET_HANDLE (Nade_Orb, bool isNew) | |
| void | orb_draw (entity this) |
| void | orb_draw2d (entity this) |
| bool | orb_send (entity this, entity to, int sf) |
| void | orb_setup (entity e) |
Variables | |
| float | ltime |
| float | orb_drawtime |
| NET_HANDLE | ( | Nade_Orb | , |
| bool | isNew ) |
Definition at line 66 of file net.qc.
References colormod, ltime, Net_Accept, orb_lifetime, orb_radius, orb_setup(), origin, ReadByte(), ReadVector, and time.
Definition at line 11 of file net.qc.
References alpha, angles, avelocity, entity(), ltime, min(), move_time, orb_lifetime, orb_radius, scale, and time.
Referenced by orb_setup().
Definition at line 24 of file net.qc.
References absmax, absmin, autocvar_hud_colorflash_alpha, boxesoverlap(), colormod, drawfill, DRAWFLAG_ADDITIVE, entity(), ltime, orb_drawtime, orb_lifetime, time, vec2, vid_conheight, vid_conwidth, and view_origin.
Referenced by orb_setup().
Definition at line 85 of file net.qc.
References colormod, entity(), ltime, MSG_ENTITY, orb_lifetime, orb_radius, origin, time, WriteByte(), WriteHeader, and WriteShort().
Referenced by nades_spawn_orb().
Definition at line 37 of file net.qc.
References entity(), g_drawables, g_drawables_2d, IL_PUSH(), MASK_NORMAL, MOVETYPE_NONE, orb_draw(), orb_draw2d(), RF_ADDITIVE, set_movetype(), setmodel, SetResourceExplicit(), size, SOLID_NOT, and vector.
Referenced by NET_HANDLE().
| float ltime |
Definition at line 10 of file net.qc.
Referenced by _Movetype_Physics_Push(), _Movetype_PushMove(), button_setactive(), button_wait(), door_go_up(), door_hit_top(), door_rotating_go_up(), door_rotating_hit_top(), door_send(), electro_orb_draw(), electro_orb_send(), fd_secret_move1(), fd_secret_move3(), fd_secret_move5(), fd_secret_use(), func_train_find(), M_Mage_Attack_Spike_Think(), nade_darkness_think(), nade_ice_think(), nades_orb_think(), napalm_fountain_think(), NET_HANDLE(), NET_HANDLE(), orb_draw(), orb_draw2d(), orb_send(), plat_hit_top(), plat_target_use(), spawnfunc(), spawnfunc(), spawnfunc(), spawnfunc(), spawnfunc(), SUB_CalcAngleMove(), SUB_CalcMove(), SUB_CalcMove_Bezier(), train_use(), train_wait(), W_Electro_Bolt_Think(), and W_Electro_ExplodeComboThink().
| float orb_drawtime |
Definition at line 23 of file net.qc.
Referenced by orb_draw2d().