Home
last modified time | relevance | path

Searched defs:RobotCenters (Results 1 – 10 of 10) sorted by relevance

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dfuelcen.cpp91 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in fuelcen_reset() local
153 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in matcen_create() local
196 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in trigger_matcen() local
244 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in fuelcen_delete() local
360 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in robotmaker_proc() local
645 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in init_all_matcens() local
H A Dpaging.cpp276 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in paging_touch_robot_maker() local
H A Dgamesave.cpp907 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in load_game_data() local
1668 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in save_game_data() local
H A Dstate.cpp1231 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in state_save_all_sub() local
1780 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in state_restore_all_sub() local
H A Ddumpmine.cpp490 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in write_matcen_text() local
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dfuelcen.h158 enumerated_array<matcen_info, 128, materialization_center_number> RobotCenters; member
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/editor/
H A Dcenters.cpp146 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in callback_handler() local
H A Dmedwall.cpp1052 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in check_walls() local
H A Dsegment.cpp492 auto &RobotCenters = LevelSharedRobotcenterState.RobotCenters; in compress_segments() local
/dports/games/d2x/d2x-0.2.5/main/
H A Dfuelcen.c70 matcen_info RobotCenters[MAX_ROBOT_CENTERS]; variable