Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <event_xml.h>
Public Member Functions | |
ElemAttrMap (const XMLSupport::EnumMap &el) | |
Public Attributes | |
XMLSupport::EnumMap | element_map |
int | level |
float | curtime |
float | maxtime |
float | obedience |
std::vector< std::list < AIEvresult > > | result |
Definition at line 49 of file event_xml.h.
|
inline |
Definition at line 57 of file event_xml.h.
float AIEvents::ElemAttrMap::curtime |
Definition at line 53 of file event_xml.h.
XMLSupport::EnumMap AIEvents::ElemAttrMap::element_map |
Definition at line 51 of file event_xml.h.
Referenced by AIEvents::GeneralAIEventBegin().
int AIEvents::ElemAttrMap::level |
Definition at line 52 of file event_xml.h.
Referenced by AIEvents::GeneralAIEventBegin(), AIEvents::GeneralAIEventEnd(), and AIEvents::LoadAI().
float AIEvents::ElemAttrMap::maxtime |
Definition at line 54 of file event_xml.h.
Referenced by Orders::AggressiveAI::AggressiveAI(), Orders::AggressiveAI::Execute(), AIEvents::GeneralAIEventBegin(), and AIEvents::LoadAI().
float AIEvents::ElemAttrMap::obedience |
Definition at line 55 of file event_xml.h.
Referenced by AIEvents::GeneralAIEventBegin(), AIEvents::LoadAI(), and Orders::AggressiveAI::ProcessCurrentFgDirective().
std::vector< std::list< AIEvresult > > AIEvents::ElemAttrMap::result |
Definition at line 56 of file event_xml.h.
Referenced by AIEvents::GeneralAIEventBegin(), AIEvents::GeneralAIEventEnd(), and Orders::AggressiveAI::ProcessLogic().