Go to the source code of this file.
Data Structures | |
struct | LightningPreset |
Functions | |
void | lightning_bolt_init (EffectInstance *effect) |
void | lightning_bolt_update (EffectInstance *effect) |
void | lightning_bolt_render (EffectInstance *effect) |
void | lightning_bolt_appendGfx (void *effect) |
EffectInstance * | lightning_bolt_main (s32 type, f32 startX, f32 startY, f32 startZ, f32 endX, f32 endY, f32 endZ, f32 scale, s32 duration) |
f32 | lightning_bolt_get_rand_symmetric (f32 interval) |
void | func_E00BC36C (void) |
Variables | |
LightningPreset | D_E00BCC30 [] |
LightningPreset | D_E00BCD38 [] |
LightningPreset * | D_E00BCE40 [] = { D_E00BCC30, D_E00BCD38 } |
Gfx | D_09001000_3BBEA0 [] |
void lightning_bolt_init | ( | EffectInstance * | effect | ) |
void lightning_bolt_update | ( | EffectInstance * | effect | ) |
Definition at line 119 of file lightning_bolt.c.
Referenced by lightning_bolt_main().
void lightning_bolt_render | ( | EffectInstance * | effect | ) |
Definition at line 150 of file lightning_bolt.c.
Referenced by lightning_bolt_main().
Definition at line 172 of file lightning_bolt.c.
Referenced by lightning_bolt_render().
EffectInstance * lightning_bolt_main | ( | s32 | type, |
f32 | startX, | ||
f32 | startY, | ||
f32 | startZ, | ||
f32 | endX, | ||
f32 | endY, | ||
f32 | endZ, | ||
f32 | scale, | ||
s32 | duration ) |
Definition at line 46 of file lightning_bolt.c.
Definition at line 115 of file lightning_bolt.c.
Definition at line 169 of file lightning_bolt.c.
LightningPreset D_E00BCC30[] |
Definition at line 9 of file lightning_bolt.c.
LightningPreset D_E00BCD38[] |
Definition at line 23 of file lightning_bolt.c.
LightningPreset* D_E00BCE40[] = { D_E00BCC30, D_E00BCD38 } |
|
extern |
Referenced by lightning_bolt_appendGfx().