Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
EvaSideSounds Struct Reference

#include <Eva.h>

Public Member Functions

const FieldParsegetFieldParse (void) const
 

Public Attributes

AsciiString m_side
 
std::vector< AsciiStringm_soundNames
 

Static Public Attributes

static const FieldParse s_evaSideSounds []
 the parse table for INI definition
 

Detailed Description

Definition at line 106 of file Eva.h.

Member Function Documentation

◆ getFieldParse()

const FieldParse * EvaSideSounds::getFieldParse ( void ) const
inline

Definition at line 112 of file Eva.h.

Member Data Documentation

◆ m_side

AsciiString EvaSideSounds::m_side

Definition at line 108 of file Eva.h.

◆ m_soundNames

std::vector<AsciiString> EvaSideSounds::m_soundNames

Definition at line 109 of file Eva.h.

◆ s_evaSideSounds

const FieldParse EvaSideSounds::s_evaSideSounds
static
Initial value:
=
{
{ "Side", INI::parseAsciiString, NULL, offsetof( EvaSideSounds, m_side) },
{ "Sounds", INI::parseSoundsList, NULL, offsetof( EvaSideSounds, m_soundNames) },
{ 0, 0, 0, 0 },
}
#define NULL
Definition BaseType.h:92
static void parseAsciiString(INI *ini, void *instance, void *store, const void *userData)
Definition INI.cpp:653
static void parseSoundsList(INI *ini, void *instance, void *store, const void *)
Definition INI.cpp:1788
AsciiString m_side
Definition Eva.h:108
std::vector< AsciiString > m_soundNames
Definition Eva.h:109

the parse table for INI definition

Definition at line 196 of file Eva.h.


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