Home
last modified time | relevance | path

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

/dports/games/wolfpack/empire-4.4.1/include/
H A Dunit.h65 extern void unit_wipe_orders(struct empobj *);
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dbuil.c248 unit_wipe_orders((struct empobj *)&ship); in build_ship()
296 unit_wipe_orders((struct empobj *)&land); in build_land()
338 unit_wipe_orders((struct empobj *)&nuke); in build_nuke()
383 unit_wipe_orders((struct empobj *)&plane); in build_plane()
/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dunitsub.c584 unit_wipe_orders(unit); in unit_give_away()
598 unit_wipe_orders(struct empobj *unit) in unit_wipe_orders() function
H A Dtakeover.c243 unit_wipe_orders(unit); in takeover_unit()