void IncPushCount();
void DecPushCount();
int GetPushCount() const;
.Document does not metion those. And they are never called anywhere else.
Is any one familiar with Gamebryo? Who can tell me what is PushCount of NiDynamicEffect?
void IncPushCount();
void DecPushCount();
int GetPushCount() const;
.