Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
LocParserRule_Custom.c File Reference

Go to the source code of this file.

Classes

class  LocParserRule_Custom
class  LocParserRule_Custom_IndexParam

Functions

LocParserRule_Custom LocParserRule BaseContainerProps ()] class LocParserRule_Custom_BaseParam
void RemoveExpression (out string text)
override bool Evaluate (string fileName, string varName, array< BaseContainer > objects)
override string GetID (string fileName, string varName, array< BaseContainer > objects, array< int > indexes)
void LocParserRule_Custom ()

Variables

string m_sIdFormat
string m_sRemove
string m_sVarName
string m_sParentName
int m_iParentDepth
int m_iParentType
ref LocParserRule_Custom_BaseParam m_IdParam1
ref LocParserRule_Custom_BaseParam m_IdParam2
ref LocParserRule_Custom_BaseParam m_IdParam3
ref array< stringm_aVarName = {}
ref array< stringm_aRemove = {}

Function Documentation

◆ BaseContainerProps()

LocParserRule_Custom LocParserRule BaseContainerProps ( )

Definition at line 1 of file LocParserRule_Custom.c.

◆ Evaluate()

override bool BaseContainerProps::Evaluate ( string fileName,
string varName,
array< BaseContainer > objects )
protected

Definition at line 185 of file LocParserRule_Custom.c.

◆ GetID()

override string BaseContainerProps::GetID ( string fileName,
string varName,
array< BaseContainer > objects,
array< int > indexes )
protected

Definition at line 228 of file LocParserRule_Custom.c.

◆ LocParserRule_Custom()

void BaseContainerProps::LocParserRule_Custom ( )
protected

Definition at line 278 of file LocParserRule_Custom.c.

◆ RemoveExpression()

void BaseContainerProps::RemoveExpression ( out string text)
protected

Definition at line 176 of file LocParserRule_Custom.c.

Variable Documentation

◆ m_aRemove

ref array<string> m_aRemove = {}
protected

Definition at line 173 of file LocParserRule_Custom.c.

◆ m_aVarName

ref array<string> m_aVarName = {}
protected

Definition at line 172 of file LocParserRule_Custom.c.

◆ m_IdParam1

ref LocParserRule_Custom_BaseParam m_IdParam1
protected

Definition at line 164 of file LocParserRule_Custom.c.

◆ m_IdParam2

ref LocParserRule_Custom_BaseParam m_IdParam2
protected

Definition at line 167 of file LocParserRule_Custom.c.

◆ m_IdParam3

ref LocParserRule_Custom_BaseParam m_IdParam3
protected

Definition at line 170 of file LocParserRule_Custom.c.

◆ m_iParentDepth

int m_iParentDepth
protected

Definition at line 158 of file LocParserRule_Custom.c.

◆ m_iParentType

int m_iParentType
protected

Definition at line 161 of file LocParserRule_Custom.c.

◆ m_sIdFormat

string m_sIdFormat
protectedattribute

Definition at line 146 of file LocParserRule_Custom.c.

◆ m_sParentName

string m_sParentName
protected

Definition at line 155 of file LocParserRule_Custom.c.

◆ m_sRemove

string m_sRemove
protected

Definition at line 149 of file LocParserRule_Custom.c.

◆ m_sVarName

string m_sVarName
protected

Definition at line 152 of file LocParserRule_Custom.c.