Home
last modified time | relevance | path

Searched defs:wanted_direction8 (Results 1 – 5 of 5) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/movements/
H A DPlayerMovement.cpp74 int wanted_direction8 = commands.get_wanted_direction8(); in update() local
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/hero/
H A DGrabbingState.cpp56 int wanted_direction8 = get_commands().get_wanted_direction8(); in update() local
H A DPullingState.cpp75 int wanted_direction8 = get_commands().get_wanted_direction8(); in update() local
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DHero.cpp203 int wanted_direction8 = get_wanted_movement_direction8(); in update_direction() local
1017 int wanted_direction8 = get_wanted_movement_direction8(); in get_real_movement_direction8() local
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DGameApi.cpp1551 int wanted_direction8 = commands.get_wanted_direction8(); in game_api_get_commands_direction() local