SwiftlyS2

CRetakeGameRules

Interface CRetakeGameRules

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CRetakeGameRules : ISchemaClass<CRetakeGameRules>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

BlockersPresent

ref bool BlockersPresent { get; }
Property Value

BombPlanter

ref CHandle<CCSPlayerPawn> BombPlanter { get; }
Property Value

BombSite

ref int BombSite { get; }
Property Value

FirstSecondHalfRound

ref int FirstSecondHalfRound { get; }
Property Value

MatchSeed

ref int MatchSeed { get; }
Property Value

RoundInProgress

ref bool RoundInProgress { get; }
Property Value

Methods

BlockersPresentUpdated()

void BlockersPresentUpdated()

BombPlanterUpdated()

void BombPlanterUpdated()

BombSiteUpdated()

void BombSiteUpdated()

FirstSecondHalfRoundUpdated()

void FirstSecondHalfRoundUpdated()

MatchSeedUpdated()

void MatchSeedUpdated()

RoundInProgressUpdated()

void RoundInProgressUpdated()

On this page