#include "effects.h"
Data Fields | |
s32 | flags |
s32 | effectIndex |
s32 | instanceCounter |
s32 | freeDelay |
void(* | update )(EffectInstance *effectInst) |
void(* | renderScene )(EffectInstance *effectInst) |
void(* | renderUI )(EffectInstance *effectInst) |
s32 * | graphics |
s32 EffectSharedData::flags |
Definition at line 2659 of file effects.h.
Referenced by clear_effect_data(), create_effect_instance(), load_effect(), and update_effects().
s32 EffectSharedData::effectIndex |
Definition at line 2660 of file effects.h.
Referenced by create_effect_instance(), and load_effect().
s32 EffectSharedData::instanceCounter |
Definition at line 2661 of file effects.h.
Referenced by create_effect_instance(), and load_effect().
s32 EffectSharedData::freeDelay |
Definition at line 2662 of file effects.h.
Referenced by update_effects().
void(* EffectSharedData::update) (EffectInstance *effectInst) |
Definition at line 2663 of file effects.h.
Referenced by create_effect_instance(), and update_effects().
void(* EffectSharedData::renderScene) (EffectInstance *effectInst) |
Definition at line 2664 of file effects.h.
Referenced by create_effect_instance(), and render_effects_scene().
void(* EffectSharedData::renderUI) (EffectInstance *effectInst) |
Definition at line 2665 of file effects.h.
Referenced by create_effect_instance(), and render_effects_UI().
s32* EffectSharedData::graphics |
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().