![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| EMilitarySymbolIdentity | GetIdentity () |
| void | SetIdentity (EMilitarySymbolIdentity identity) |
| EMilitarySymbolDimension | GetDimension () |
| void | SetDimension (EMilitarySymbolDimension dimension) |
| EMilitarySymbolIcon | GetIcons () |
| void | SetIcons (EMilitarySymbolIcon icons) |
| bool | HasIcon (EMilitarySymbolIcon icon) |
| EMilitarySymbolAmplifier | GetAmplifier () |
| void | SetAmplifier (EMilitarySymbolAmplifier amplifier) |
| void | Set (EMilitarySymbolIdentity identity, EMilitarySymbolDimension dimension, EMilitarySymbolIcon icons, EMilitarySymbolAmplifier amplifier) |
| void | CopyFrom (SCR_MilitarySymbol from) |
| bool | IsEqual (SCR_MilitarySymbol symbol) |
| void | Log (LogLevel logLevel=LogLevel.DEBUG) |
| void | OnRplSave (ScriptBitWriter writer) |
| void | OnRplLoad (ScriptBitReader reader) |
Static Protected Member Functions | |
| static void | Encode (SSnapSerializerBase snapshot, ScriptCtx hint, ScriptBitSerializer packet) |
| static bool | Decode (ScriptBitSerializer packet, ScriptCtx hint, SSnapSerializerBase snapshot) |
| static bool | SnapCompare (SSnapSerializerBase lhs, SSnapSerializerBase rhs, ScriptCtx hint) |
| static bool | PropCompare (SCR_MilitarySymbol prop, SSnapSerializerBase snapshot, ScriptCtx hint) |
| static bool | Extract (SCR_MilitarySymbol prop, ScriptCtx hint, SSnapSerializerBase snapshot) |
| static bool | Inject (SSnapSerializerBase snapshot, ScriptCtx hint, SCR_MilitarySymbol prop) |
Protected Attributes | |
| EMilitarySymbolIdentity | m_Identity |
| EMilitarySymbolDimension | m_Dimension |
| EMilitarySymbolIcon | m_Icons |
| EMilitarySymbolAmplifier | m_Amplifier |
Definition at line 2 of file SCR_MilitarySymbol.c.
|
inlineprotected |
Copy values from another symbol.
| from | Source symbol |
Definition at line 108 of file SCR_MilitarySymbol.c.
|
inlinestaticprotected |
Definition at line 147 of file SCR_MilitarySymbol.c.
|
inlinestaticprotected |
Definition at line 143 of file SCR_MilitarySymbol.c.
|
inlinestaticprotected |
Definition at line 162 of file SCR_MilitarySymbol.c.
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
Check if the symbol has given icon.
Definition at line 68 of file SCR_MilitarySymbol.c.
|
inlinestaticprotected |
Definition at line 170 of file SCR_MilitarySymbol.c.
|
inlineprotected |
Check if this symbol is equal to another one.
| symbol | Compared symbol |
Definition at line 120 of file SCR_MilitarySymbol.c.
|
inlineprotected |
Log the symbol values to console.
| logLevel | Log level |
Definition at line 132 of file SCR_MilitarySymbol.c.
|
inlineprotected |
Definition at line 186 of file SCR_MilitarySymbol.c.
|
inlineprotected |
Definition at line 179 of file SCR_MilitarySymbol.c.
|
inlinestaticprotected |
Definition at line 155 of file SCR_MilitarySymbol.c.
|
inlineprotected |
Set all symbol values.
| identity | Identity |
| dimension | Dimension |
| icons | Icons |
| amplifier | Amplifier |
Definition at line 96 of file SCR_MilitarySymbol.c.
|
inlineprotected |
Set symbol amplifier.
| amplifier | Amplifier |
Definition at line 84 of file SCR_MilitarySymbol.c.
|
inlineprotected |
Set symbol dimension.
| dimension | Dimension |
Definition at line 44 of file SCR_MilitarySymbol.c.
|
inlineprotected |
|
inlineprotected |
Set symbol identity.
| identity | Identity |
Definition at line 28 of file SCR_MilitarySymbol.c.
|
inlinestaticprotected |
Definition at line 151 of file SCR_MilitarySymbol.c.
|
protected |
Definition at line 14 of file SCR_MilitarySymbol.c.
|
protected |
Definition at line 8 of file SCR_MilitarySymbol.c.
|
protected |
Definition at line 11 of file SCR_MilitarySymbol.c.
|
protected |
Definition at line 5 of file SCR_MilitarySymbol.c.