effects.draw_screen_effect(c_material* material,x,y,w,h):
void
Name | Type |
---|---|
x/y/w/h | float |
effects.dispatch_effect(std::string effect, float org_x, float org_y, float org_z):
void
effects.dispatch_particle_effect(std::string particle_effect, float org_x, float org_y, float org_z):
void
effects.dispatch_particle_effect(float org_x, float org_y, float org_z, time, radius, beams, width, std::string sprite_name, float_red, float_green, float_blue):
void
Name | Type |
---|---|
time | float |
radius | float |
beams | float |
width | float |
effects.dispatch_smoke(x, y, z, scale, framerate):
void
Name | Type |
---|---|
x/y/z | float |
scale | float |
framerate | float |
effects.dispatch_sparks(x, y, z):
void
Name | Type |
---|---|
x/y/z | float |
effects.dispatch_dust(x, y, z, size, speed):
void
Name | Type |
---|---|
x/y/z | float |
size | float |
speed | float |
effects.dispatch_muzzleflash(x, y, z, scale, type):
void
Name | Type |
---|---|
x/y/z | float |
scale | float |
type | int |
effects.dispatch_metalsparks(x, y, z):
void
Name | Type |
---|---|
x/y/z | float |
effects.dispatch_energysplash(x, y, z, explosive):
void
Name | Type |
---|---|
x/y/z | float |
explosive | bool |
effects.dispatch_ricochet(x, y, z):
void
Name | Type |
---|---|
x/y/z | float |
effects.suppress_effects_sounds(suppress):
void
Name | Type |
---|---|
suppress | bool |
effects.draw_lights(c_client_entity* entity, float_red, float_green, float_blue, float_alpha):
void
effects.draw_lights(float start_x, float start_y, float start_z, float end_x, float end_y, float end_z, std::string sprite, time, width, amplitude, speed, segments, float_red, float_green, float_blue, float_alpha):
void
Name | Type |
---|---|
time | float |
width | float |
amplitude | float |
speed | float |
segments | int |