SwiftlyS2

CCSPlayerController_InGameMoneyServices

Interface CCSPlayerController_InGameMoneyServices

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CCSPlayerController_InGameMoneyServices : CPlayerControllerComponent, ISchemaClass<CPlayerControllerComponent>, ISchemaClass<CCSPlayerController_InGameMoneyServices>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

Account

ref int Account { get; }
Property Value

CashSpentThisRound

ref int CashSpentThisRound { get; }
Property Value

MoneyEarnedForNextRound

ref int MoneyEarnedForNextRound { get; }
Property Value

ReceivesMoneyNextRound

ref bool ReceivesMoneyNextRound { get; }
Property Value

StartAccount

ref int StartAccount { get; }
Property Value

TotalCashSpent

ref int TotalCashSpent { get; }
Property Value

Methods

AccountUpdated()

void AccountUpdated()

CashSpentThisRoundUpdated()

void CashSpentThisRoundUpdated()

StartAccountUpdated()

void StartAccountUpdated()

TotalCashSpentUpdated()

void TotalCashSpentUpdated()

On this page