Home
last modified time | relevance | path

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

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/hero/
H A DSwimmingState.cpp171 return get_entity().get_normal_walking_speed() / 2; in get_slow_swimming_speed()
179 return get_entity().get_normal_walking_speed(); in get_fast_swimming_speed()
H A DCustomState.cpp124 hero.set_walking_speed(hero.get_normal_walking_speed()); in start()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DHero.h132 int get_normal_walking_speed() const;
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DHero.cpp952 int Hero::get_normal_walking_speed() const { in get_normal_walking_speed() function in Solarus::Hero
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DEntityApi.cpp2183 lua_pushinteger(l, hero.get_normal_walking_speed()); in hero_api_get_walking_speed()