Home
last modified time | relevance | path

Searched refs:destroyAllInstancesOfAnimation (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/
H A DAnimationManager.pkg24 void destroyAllInstancesOfAnimation(Animation* animation);
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DAnimationManager.cpp190 destroyAllInstancesOfAnimation(animation); in destroyAnimation()
294 void AnimationManager::destroyAllInstancesOfAnimation(Animation* animation) in destroyAllInstancesOfAnimation() function in CEGUI::AnimationManager
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DAnimationManager.h189 void destroyAllInstancesOfAnimation(Animation* animation);
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DAnimationManager.pypp.cpp117 …AllInstancesOfAnimation_function_type( &::CEGUI::AnimationManager::destroyAllInstancesOfAnimation ) in register_AnimationManager_class()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/
H A Dlua_CEGUI.cpp34891 self->destroyAllInstancesOfAnimation(animation); in tolua_CEGUI_CEGUI_AnimationManager_destroyAllInstancesOfAnimation00()