Home
last modified time | relevance | path

Searched refs:action_set_floor (Results 1 – 4 of 4) sorted by relevance

/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/lvledit/
H A Dlvledit_actions.h51 void action_set_floor(level *, int, int, int);
H A Dlvledit_beautify_actions.c82 action_set_floor(l, x, y, opaque_type); in change_transparent_floor()
84 action_set_floor(l, x, y, transparent_type); in change_transparent_floor()
H A Dlvledit_tool_place.c171 action_set_floor(EditLevel(), state.r_start.x, state.r_start.y, state.r_tile_used); in start_rectangle_floor()
216 action_set_floor(EditLevel(), i, j, state.r_tile_used); in handle_rectangle_floor()
H A Dlvledit_actions.c557 void action_set_floor(Level EditLevel, int x, int y, int type) in action_set_floor() function
903 action_set_floor(EditLevel(), (int)Me.pos.x, (int)Me.pos.y, type); in level_editor_place_aligned_object()