Home
last modified time | relevance | path

Searched refs:TrackObjectPresentationLight (Results 1 – 6 of 6) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/scriptengine/
H A Dproperty_animator.cpp59 TrackObjectPresentationLight* light = (TrackObjectPresentationLight*)m_data; in update()
H A Dscript_track.cpp421 ((TrackObjectPresentationLight*)memory)->setEnergy(energy); in setEnergy()
426 TrackObjectPresentationLight* light = ((TrackObjectPresentationLight*)memory); in animateEnergy()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/tracks/
H A Dtrack_object_presentation.hpp364 class TrackObjectPresentationLight : public TrackObjectPresentationSceneNode class
371 TrackObjectPresentationLight(const XMLNode& xml_node,
373 virtual ~TrackObjectPresentationLight();
H A Dtrack_object.hpp208TrackObjectPresentationLight* getLight() { return getPresentation<TrackObjectPresentationLight>();… in getLight()
H A Dtrack_object_presentation.cpp999 TrackObjectPresentationLight::TrackObjectPresentationLight( in TrackObjectPresentationLight() function in TrackObjectPresentationLight
1028 TrackObjectPresentationLight::~TrackObjectPresentationLight() in ~TrackObjectPresentationLight()
1032 void TrackObjectPresentationLight::setEnergy(float energy) in setEnergy()
1042 void TrackObjectPresentationLight::setEnable(bool enabled) in setEnable()
H A Dtrack_object.cpp158 m_presentation = new TrackObjectPresentationLight(xml_node, parent); in init()