Skip to content

Commit

Permalink
Merge branch 'CKeyValueLogic' into entity-trigger_changevalue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikk155 committed Mar 31, 2024
2 parents 6945d73 + 4f0bd98 commit 1b7f8e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/game/server/entities/CKeyValueLogic.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,12 @@ class CKeyValueLogic : public CPointEntity
void SetKeyValue( CBaseEntity* pTarget, string_t m_szKey, string_t m_szValue );
void Use( CBaseEntity* pActivator, CBaseEntity* pCaller, USE_TYPE useType, float value ) override;

string_t m_iszValueName;
string_t m_iszNewValue;

private:
int m_iszValueType = KeyValueLogicFlags::REPLACE;
int m_trigonometricBehaviour = TRM_DEGREES_IN;
int m_iAppendSpaces = 0;
int m_iFloatConversion = FC_6_DECIMALS;
string_t m_iszValueName;
string_t m_iszNewValue;
};

0 comments on commit 1b7f8e2

Please sign in to comment.