cleaned up some more
This commit is contained in:
@@ -52,9 +52,7 @@ public:
|
||||
int AddRuleVectorFirstFromField(int recipientSlot, int entityIndex, const char* className, const char* vectorFieldPath, const char* sourceFieldPath, std::string& error);
|
||||
bool RemoveRule(int id);
|
||||
bool MarkEntityFieldDirty(int entityIndex, const char* className, const char* fieldPath, std::string& error);
|
||||
bool Empty() const { return m_rules.empty(); }
|
||||
bool HasPackedOverrides() const { return !m_rulesByEntity.empty(); }
|
||||
bool HasRulesForEntity(int entityIndex) const { return m_rulesByEntity.find(entityIndex) != m_rulesByEntity.end(); }
|
||||
|
||||
std::vector<AppliedOverride> ApplyForPackedEntity(CPlayerSlot recipient, int entityIndex, void* entityData);
|
||||
void Restore(const std::vector<AppliedOverride>& applied);
|
||||
|
||||
Reference in New Issue
Block a user