ThorHammerz
zzz
- Joined
- Jul 31, 2014
- Messages
- 836
Hi all,
Does anyone know what the following code snippet actually does? (Dirty_Bit name may vary)
The "Change/Set/Update X variable" usually has this inside, and I am not entirely sure of what it does...
Does anyone know what the following code snippet actually does? (Dirty_Bit name may vary)
Code:
GC.GetEngineUserInterface()->setDirty(GameData_DIRTY_BIT, true);
The "Change/Set/Update X variable" usually has this inside, and I am not entirely sure of what it does...