#include <struct.h>
Data Fields | |
| char | MissionName [500] |
| int | MissionWasAssigned |
| int | MissionIsComplete |
| int | MissionWasFailed |
| int | MissionExistsAtAll |
| int | AutomaticallyAssignThisMissionAtGameStart |
| int | fetch_item |
| int | KillOne |
| int | must_clear_first_level |
| int | must_clear_second_level |
| int | MustReachLevel |
| point | MustReachPoint |
| double | MustLiveTime |
| int | MustBeType |
| int | MustBeOne |
| int | ListOfActionsToBeTriggeredAtAssignment [MAX_MISSION_TRIGGERED_ACTIONS] |
| int | ListOfActionsToBeTriggeredAtCompletition [MAX_MISSION_TRIGGERED_ACTIONS] |
| int | mission_description_visible [MAX_MISSION_DESCRIPTION_TEXTS] |
| float | mission_description_time [MAX_MISSION_DESCRIPTION_TEXTS] |
| int | expanded_display_for_this_mission |
Definition at line 220 of file struct.h.
| char mission_s::MissionName[500] |
Definition at line 222 of file struct.h.
Referenced by classic_show_mission_list(), GetQuestList(), read_mission(), save_mission(), and Show_Mission_Log_Menu().
Definition at line 223 of file struct.h.
Referenced by classic_show_mission_list(), read_mission(), save_mission(), and Show_Mission_Log_Menu().
Definition at line 224 of file struct.h.
Referenced by CheckIfMissionIsComplete(), classic_show_mission_list(), read_mission(), save_mission(), and Show_Mission_Log_Menu().
Definition at line 225 of file struct.h.
Referenced by classic_show_mission_list(), read_mission(), save_mission(), and Show_Mission_Log_Menu().
Definition at line 226 of file struct.h.
Referenced by classic_show_mission_list(), read_mission(), save_mission(), and Show_Mission_Log_Menu().
Definition at line 227 of file struct.h.
Referenced by GetQuestList(), PrepareStartOfNewCharacter(), read_mission(), and save_mission().
Definition at line 229 of file struct.h.
Referenced by CheckIfMissionIsComplete(), GetQuestList(), read_mission(), and save_mission().
Definition at line 230 of file struct.h.
Referenced by GetQuestList(), read_mission(), save_mission(), and Show_Mission_Details().
Definition at line 231 of file struct.h.
Referenced by CheckIfMissionIsComplete(), read_mission(), and save_mission().
Definition at line 232 of file struct.h.
Referenced by CheckIfMissionIsComplete(), read_mission(), and save_mission().
Definition at line 233 of file struct.h.
Referenced by CheckIfMissionIsComplete(), GetQuestList(), read_mission(), save_mission(), and Show_Mission_Details().
Definition at line 234 of file struct.h.
Referenced by CheckIfMissionIsComplete(), GetQuestList(), read_mission(), save_mission(), and Show_Mission_Details().
| double mission_s::MustLiveTime |
Definition at line 235 of file struct.h.
Referenced by CheckIfMissionIsComplete(), GetQuestList(), read_mission(), save_mission(), and Show_Mission_Details().
Definition at line 236 of file struct.h.
Referenced by CheckIfMissionIsComplete(), GetQuestList(), read_mission(), save_mission(), and Show_Mission_Details().
Definition at line 237 of file struct.h.
Referenced by CheckIfMissionIsComplete(), GetQuestList(), read_mission(), save_mission(), and Show_Mission_Details().
| int mission_s::ListOfActionsToBeTriggeredAtAssignment[MAX_MISSION_TRIGGERED_ACTIONS] |
Definition at line 239 of file struct.h.
Referenced by GetQuestList(), read_mission(), and save_mission().
| int mission_s::ListOfActionsToBeTriggeredAtCompletition[MAX_MISSION_TRIGGERED_ACTIONS] |
Definition at line 240 of file struct.h.
Referenced by CheckIfMissionIsComplete(), GetQuestList(), read_mission(), and save_mission().
| int mission_s::mission_description_visible[MAX_MISSION_DESCRIPTION_TEXTS] |
| float mission_s::mission_description_time[MAX_MISSION_DESCRIPTION_TEXTS] |
1.5.5