Home
last modified time | relevance | path

Searched refs:FountainEffect (Results 1 – 3 of 3) sorted by relevance

/dports/games/el/Eternal-Lands-1.9.5.9-1/eye_candy/
H A Deffect_fountain.cpp105 FountainEffect::FountainEffect(EyeCandy* _base, bool* _dead, Vec3* _pos, in FountainEffect() function in ec::FountainEffect
147 FountainEffect::~FountainEffect() in ~FountainEffect()
157 bool FountainEffect::idle(const Uint64 usec) in idle()
H A Deffect_fountain.h50 class FountainEffect : public Effect
53 FountainEffect(EyeCandy* _base, bool* _dead, Vec3* _pos,
57 ~FountainEffect();
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Deye_candy_wrapper.cpp498 ec::FountainEffect* eff = (ec::FountainEffect*)((*iter)->effect); in ec_idle()
1180 …ret->effect = new ec::FountainEffect(&eye_candy, &ret->dead, &ret->position, hue_adjust, saturatio… in ec_create_fountain()