#include "effects.h"
Data Fields | |
s32 | flags |
s32 | effectIndex |
s32 | instanceCounter |
s32 | freeDelay |
void(* | update )(EffectInstance *effectInst) |
void(* | renderWorld )(EffectInstance *effectInst) |
void(* | renderUI )(EffectInstance *effectInst) |
s32 * | data |
s32 EffectGraphics::flags |
Definition at line 2659 of file effects.h.
Referenced by clear_effect_data(), create_effect_instance(), load_effect(), and update_effects().
s32 EffectGraphics::effectIndex |
Definition at line 2660 of file effects.h.
Referenced by create_effect_instance(), and load_effect().
s32 EffectGraphics::instanceCounter |
Definition at line 2661 of file effects.h.
Referenced by create_effect_instance(), and load_effect().
s32 EffectGraphics::freeDelay |
Definition at line 2662 of file effects.h.
Referenced by update_effects().
void(* EffectGraphics::update) (EffectInstance *effectInst) |
Definition at line 2663 of file effects.h.
Referenced by create_effect_instance(), and update_effects().
void(* EffectGraphics::renderWorld) (EffectInstance *effectInst) |
Definition at line 2664 of file effects.h.
Referenced by create_effect_instance(), and render_effects_world().
void(* EffectGraphics::renderUI) (EffectInstance *effectInst) |
Definition at line 2665 of file effects.h.
Referenced by create_effect_instance(), and render_effects_UI().
s32* EffectGraphics::data |
Definition at line 2666 of file effects.h.
Referenced by aura_appendGfx(), butterflies_appendGfx(), cloud_puff_appendGfx(), cloud_trail_appendGfx(), damage_indicator_render_impl(), debuff_appendGfx(), floating_flower_appendGfx(), flower_splash_appendGfx(), flower_trail_appendGfx(), footprint_appendGfx(), func_E00828B4(), func_E0082A84(), func_E00863B4(), func_E0090444(), lil_oink_appendGfx(), load_effect(), quizmo_answer_main(), snowflake_appendGfx(), sun_appendGfx(), update_effects(), walking_dust_appendGfx(), water_block_appendGfx(), and whirlwind_appendGfx().