Class CGameMoney
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CGameMoney : CRulePointEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCGameMoney
- Implements
- Inherited Members
Constructors
CGameMoney(nint)
public CGameMoney(nint pointer)
Parameters
pointer
nint
Properties
Money
[SchemaMember("CGameMoney", "m_nMoney")]
public ref int Money { get; }
Property Value
OnMoneySpent
[SchemaMember("CGameMoney", "m_OnMoneySpent")]
public CEntityIOOutput OnMoneySpent { get; }
Property Value
OnMoneySpentFail
[SchemaMember("CGameMoney", "m_OnMoneySpentFail")]
public CEntityIOOutput OnMoneySpentFail { get; }
Property Value
StrAwardText
[SchemaMember("CGameMoney", "m_strAwardText")]
public string StrAwardText { get; set; }