Home
last modified time | relevance | path

Searched defs:set_movement (Results 1 – 6 of 6) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dattack_type.cpp214 const std::string& set_movement = cfg["set_movement_used"]; in apply_modification() local
349 const std::string& set_movement = cfg["set_movement_used"]; in describe_modification() local
H A Dunit.cpp1155 void unit::set_movement(int moves, bool unit_action) in set_movement() function in unit
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/collision/
H A Dcollision_object.hpp72 void set_movement(const Vector& movement) in set_movement() function in CollisionObject
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/
H A Devent.h497 void set_movement(const gfx::Vector2dF& movement) { in set_movement() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/
H A Devent.h483 void set_movement(const gfx::Vector2dF& movement) { in set_movement() function
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DEntity.cpp1676 void Entity::set_movement(const std::shared_ptr<Movement>& movement) { in set_movement() function in Solarus::Entity