Home
last modified time | relevance | path

Searched refs:sar_mission_objective_struct (Results 1 – 3 of 3) sorted by relevance

/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dmission.c21 static sar_mission_objective_struct *SARMissionObjectiveGetCurrentPtr(
73 sar_mission_objective_struct *objective
234 sar_mission_objective_struct *objective; in SARMissionDelete()
456 sar_mission_objective_struct *objective; in SARMissionDoObjectiveSuccess()
547 sar_mission_objective_struct *objective; in SARMissionDoObjectiveFailed()
630 sar_mission_objective_struct *objective; in SARMissionDestroyNotify()
728 sar_mission_objective_struct *objective; in SARMissionHoistInNotify()
824 sar_mission_objective_struct *objective; in SARMissionPassengersEnterNotify()
944 sar_mission_objective_struct *objective; in SARMissionLandNotify()
1119 sar_mission_objective_struct *objective in SARMissionObjectiveManage()
[all …]
H A Dmission.h97 } sar_mission_objective_struct; typedef
122 sar_mission_objective_struct *objective;
H A Dmissionio.c1466 sar_mission_objective_struct *objective = NULL; in SARMissionLoadFromFile()
1806 mission->objective = (sar_mission_objective_struct *)realloc( in SARMissionLoadFromFile()
1808 mission->total_objectives * sizeof(sar_mission_objective_struct) in SARMissionLoadFromFile()
1821 memset(objective, 0x00, sizeof(sar_mission_objective_struct)); in SARMissionLoadFromFile()