Home
last modified time | relevance | path

Searched refs:move_obj (Results 1 – 22 of 22) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rlbox/include/
H A Drlbox_policy_types.hpp66 inline void move_obj(sandbox_callback&& other) in move_obj() function in rlbox::sandbox_callback
137 move_obj(std::forward<sandbox_callback>(other)); in sandbox_callback()
143 move_obj(std::forward<sandbox_callback>(other)); in operator =()
190 inline void move_obj(app_pointer&& other) in move_obj() function in rlbox::app_pointer
233 move_obj(std::forward<app_pointer>(other)); in app_pointer()
239 move_obj(std::forward<app_pointer>(other)); in operator =()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rlbox/include/
H A Drlbox_policy_types.hpp66 inline void move_obj(sandbox_callback&& other) in move_obj() function in rlbox::sandbox_callback
137 move_obj(std::forward<sandbox_callback>(other)); in sandbox_callback()
143 move_obj(std::forward<sandbox_callback>(other)); in operator =()
190 inline void move_obj(app_pointer&& other) in move_obj() function in rlbox::app_pointer
233 move_obj(std::forward<app_pointer>(other)); in app_pointer()
239 move_obj(std::forward<app_pointer>(other)); in operator =()
/dports/www/firefox/firefox-99.0/third_party/rlbox/include/
H A Drlbox_policy_types.hpp66 inline void move_obj(sandbox_callback&& other) in move_obj() function in rlbox::sandbox_callback
137 move_obj(std::forward<sandbox_callback>(other)); in sandbox_callback()
143 move_obj(std::forward<sandbox_callback>(other)); in operator =()
198 inline void move_obj(app_pointer&& other) in move_obj() function in rlbox::app_pointer
241 move_obj(std::forward<app_pointer>(other)); in app_pointer()
247 move_obj(std::forward<app_pointer>(other)); in operator =()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rlbox/include/
H A Drlbox_policy_types.hpp65 inline void move_obj(sandbox_callback&& other) in move_obj() function in rlbox::sandbox_callback
136 move_obj(std::forward<sandbox_callback>(other)); in sandbox_callback()
142 move_obj(std::forward<sandbox_callback>(other)); in operator =()
/dports/games/vms-empire/vms-empire-1.16/
H A Dusermove.c225 move_obj (obj, loc_list[i]); /* move the piece */ in move_random()
262 if (loc != obj->loc) move_obj (obj, loc); in move_explore()
280 move_obj (obj, loc); in move_transport()
306 move_obj (obj, loc); in move_armyload()
343 if (loc != obj->loc) move_obj (obj, loc); in move_armyattack()
382 if (loc != obj->loc) move_obj (obj, loc); in move_repair()
444 move_obj (obj, loc); in move_dir()
498 move_obj (obj, new_loc); /* everything looks good */ in move_to_dest()
833 move_obj (obj, loc); in user_dir()
1004 if (tt != NULL) move_obj (obj, city_loc); in move_army_to_city()
H A Dattack.c136 move_obj (obj, loc); in survive()
H A Dobject.c306 void move_obj(piece_info_t *obj, loc_t new_loc) in move_obj() function
404 move_obj (obj, new_loc); in move_sat1()
H A Dextern.h156 void move_obj (piece_info_t *obj, long new_loc);
H A Dcompmove.c779 else move_obj (obj, p->loc); /* move to square with ship */ in load_army()
1028 else move_obj (obj, new_loc); in move_objective()
/dports/games/scummvm/scummvm-2.5.1/devtools/create_ultima/files/ultima6/scripts/u6/
H A Dusecode.lua88 function move_obj(obj, rel_x, rel_y) function
/dports/games/sarien/sarien-0.7.0/src/include/
H A Dview.h115 void move_obj (struct vt_entry *);
/dports/games/scummvm/scummvm-2.5.1/devtools/create_ultima/files/ultima6/scripts/se/
H A Dusecode.lua250 function move_obj(obj, rel_x, rel_y) function
/dports/games/sarien/sarien-0.7.0/src/core/
H A Dmotion.c234 void move_obj (struct vt_entry *v) in move_obj() function
H A Dop_cmd.c430 cmd(move_obj) { in cmd() argument
448 move_obj (&vt); in cmd()
467 move_obj (&vt); in cmd()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/usecode/
H A Dusecode.cpp146 bool UseCode::move_obj(Obj *obj, sint16 rel_x, sint16 rel_y) { in move_obj() function in Ultima::Nuvie::UseCode
H A Dusecode.h203 virtual bool move_obj(Obj *obj, sint16 rel_x, sint16 rel_y);
H A Du6_usecode.h83 bool move_obj(Obj *obj, sint16 rel_x, sint16 rel_y) override;
H A Du6_usecode.cpp335 bool U6UseCode::move_obj(Obj *obj, sint16 rel_x, sint16 rel_y) { in move_obj() function in Ultima::Nuvie::U6UseCode
/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/
H A Dwpc_absolute_move.erl155 draw_window({{move_obj,MoveObj},
221 draw_window({{move_obj,MoveObj},
/dports/games/scummvm/scummvm-2.5.1/devtools/create_ultima/files/ultima6/scripts/md/
H A Dusecode.lua2451 function move_obj(obj, rel_x, rel_y) function
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Devents.cpp1364 …} else if (!usecode->has_movecode(push_obj) || usecode->move_obj(push_obj, pushrel_x, pushrel_y)) { in pushTo()
/dports/games/wordwarvi/wordwarvi-1.0.4/
H A Dwordwarvi.c6252 void move_obj(struct game_obj_t *o) in move_obj() function
11481 game_state.go[i].move = move_obj;