UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
campaignTriggerEvent_t Struct Reference

#include <cp_event.h>

Data Fields

campaignTriggerEventType_t type
 
char * id
 
char * require
 
char * reactivate
 
char * command
 
bool once
 
bool active
 

Detailed Description

Definition at line 86 of file cp_event.h.

Field Documentation

bool campaignTriggerEvent_t::active

if this event is inactive, and has a reactivate binary expression, it can get reactivated

Definition at line 93 of file cp_event.h.

Referenced by CP_TriggerEventLoadXML().

char* campaignTriggerEvent_t::command

the command to execute if the require field evaluated to true

Definition at line 91 of file cp_event.h.

char* campaignTriggerEvent_t::id

the script id

Definition at line 88 of file cp_event.h.

bool campaignTriggerEvent_t::once

if this is true, the event will only be triggered once

Definition at line 92 of file cp_event.h.

char* campaignTriggerEvent_t::reactivate

the binary expression to reactivate this event

Definition at line 90 of file cp_event.h.

char* campaignTriggerEvent_t::require

the binary expression to evaluate for this event

Definition at line 89 of file cp_event.h.

campaignTriggerEventType_t campaignTriggerEvent_t::type

Definition at line 87 of file cp_event.h.


The documentation for this struct was generated from the following file: