UFO: Alien Invasion
Loading...
Searching...
No Matches
campaignTriggerEvent_t Struct Reference

#include <cp_event.h>

Collaboration diagram for campaignTriggerEvent_t:
Collaboration graph

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

◆ active

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.

◆ command

char* campaignTriggerEvent_t::command

the command to execute if the require field evaluated to true

Definition at line 91 of file cp_event.h.

◆ id

char* campaignTriggerEvent_t::id

the script id

Definition at line 88 of file cp_event.h.

◆ once

bool campaignTriggerEvent_t::once

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

Definition at line 92 of file cp_event.h.

◆ reactivate

char* campaignTriggerEvent_t::reactivate

the binary expression to reactivate this event

Definition at line 90 of file cp_event.h.

◆ require

char* campaignTriggerEvent_t::require

the binary expression to evaluate for this event

Definition at line 89 of file cp_event.h.

◆ type

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: