Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dslice_animations.h116 Vector3 getPositionChange(int animation) const;
H A Dslice_animations.cpp278 Vector3 SliceAnimations::getPositionChange(int animation) const { in getPositionChange() function in BladeRunner::SliceAnimations
H A Dactor.cpp649 Vector3 positionChange = _vm->_sliceAnimations->getPositionChange(_animationId); in tick()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dslice_animations.h116 Vector3 getPositionChange(int animation) const;
H A Dslice_animations.cpp278 Vector3 SliceAnimations::getPositionChange(int animation) const { in getPositionChange() function in BladeRunner::SliceAnimations
H A Dactor.cpp742 Vector3 positionChange = _vm->_sliceAnimations->getPositionChange(_animationId); in tick()