Table of Contents

Class CCSPlayerController_InGameMoneyServices

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CCSPlayerController_InGameMoneyServices : CPlayerControllerComponent
Inheritance
CCSPlayerController_InGameMoneyServices
Inherited Members

Constructors

CCSPlayerController_InGameMoneyServices(nint)

public CCSPlayerController_InGameMoneyServices(nint pointer)

Parameters

pointer nint

Properties

Account

[SchemaMember("CCSPlayerController_InGameMoneyServices", "m_iAccount")]
public ref int Account { get; }

Property Value

int

CashSpentThisRound

[SchemaMember("CCSPlayerController_InGameMoneyServices", "m_iCashSpentThisRound")]
public ref int CashSpentThisRound { get; }

Property Value

int

MoneyEarnedForNextRound

[SchemaMember("CCSPlayerController_InGameMoneyServices", "m_iMoneyEarnedForNextRound")]
public ref int MoneyEarnedForNextRound { get; }

Property Value

int

ReceivesMoneyNextRound

[SchemaMember("CCSPlayerController_InGameMoneyServices", "m_bReceivesMoneyNextRound")]
public ref bool ReceivesMoneyNextRound { get; }

Property Value

bool

StartAccount

[SchemaMember("CCSPlayerController_InGameMoneyServices", "m_iStartAccount")]
public ref int StartAccount { get; }

Property Value

int

TotalCashSpent

[SchemaMember("CCSPlayerController_InGameMoneyServices", "m_iTotalCashSpent")]
public ref int TotalCashSpent { get; }

Property Value

int