Home
last modified time | relevance | path

Searched refs:m_tgt_level_path (Results 1 – 2 of 2) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/aiwrapper/
H A Dsyncer.cxx480 msg("updating %s\\%s", m_tgt_level_path, "build.aimap"); in sync_build_aimap()
492 msg("updating %s\\%s", m_tgt_level_path, "build.cform"); in sync_build_cform()
504 msg("updating %s\\%s", m_tgt_level_path, "build.prj"); in sync_build_prj()
516 msg("updating %s\\%s", m_tgt_level_path, "level.ai"); in sync_level_ai()
528 msg("updating %s\\%s", m_tgt_level_path, "level.gct"); in sync_level_gct()
561 msg("updating %s\\%s", m_tgt_level_path, "level.graph"); in sync_level_graph()
646 msg("loading %s\\%s", m_tgt_level_path, "level.spawn"); in sync_game_spawn()
651 msg("loading %s\\%s", m_tgt_level_path, "level.game"); in sync_game_spawn()
656 msg("loading %s\\%s", m_tgt_level_path, "level.ai"); in sync_game_spawn()
661 msg("loading %s\\%s", m_tgt_level_path, "level.gct"); in sync_game_spawn()
[all …]
H A Dsyncer.h182 char m_tgt_level_path[256]; variable