mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-28 16:49:43 +00:00
substitution statements conformed to standard class:mVar standard
This commit is contained in:
parent
1c62080f7f
commit
3c97471630
2 changed files with 26 additions and 26 deletions
|
|
@ -179,9 +179,9 @@ public:
|
|||
protected:
|
||||
struct SubstitutionStatement
|
||||
{
|
||||
StringTableEntry slot;
|
||||
S32 idx;
|
||||
char* value;
|
||||
StringTableEntry mSlot;
|
||||
S32 mIdx;
|
||||
char* mValue;
|
||||
SubstitutionStatement(StringTableEntry slot, S32 idx, const char* value);
|
||||
~SubstitutionStatement();
|
||||
void replaceValue(const char* value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue