SwiftlyS2

CMapVetoPickController

Interface CMapVetoPickController

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CMapVetoPickController : CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CMapVetoPickController>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

AccountIDs

ISchemaFixedArray<int> AccountIDs { get; }
Property Value

CurrentPhase

ref int CurrentPhase { get; }
Property Value

DblPreMatchDraftSequenceTime

ref double DblPreMatchDraftSequenceTime { get; }
Property Value

DraftType

ref int DraftType { get; }
Property Value

MapId0

ISchemaFixedArray<int> MapId0 { get; }
Property Value

MapId1

ISchemaFixedArray<int> MapId1 { get; }
Property Value

MapId2

ISchemaFixedArray<int> MapId2 { get; }
Property Value

MapId3

ISchemaFixedArray<int> MapId3 { get; }
Property Value

MapId4

ISchemaFixedArray<int> MapId4 { get; }
Property Value

MapId5

ISchemaFixedArray<int> MapId5 { get; }
Property Value

NeedToPlayFiveSecondsRemaining

ref bool NeedToPlayFiveSecondsRemaining { get; }
Property Value

OnLevelTransition

SchemaUntypedField OnLevelTransition { get; }
Property Value

OnMapPicked

SchemaUntypedField OnMapPicked { get; }
Property Value

OnMapVetoed

SchemaUntypedField OnMapVetoed { get; }
Property Value

OnNewPhaseStarted

SchemaUntypedField OnNewPhaseStarted { get; }
Property Value

OnSidesPicked

SchemaUntypedField OnSidesPicked { get; }
Property Value

PhaseDurationTicks

ref int PhaseDurationTicks { get; }
Property Value

PhaseStartTick

ref int PhaseStartTick { get; }
Property Value

PlayedIntroVcd

ref bool PlayedIntroVcd { get; }
Property Value

PreMatchDraftStateChanged

ref bool PreMatchDraftStateChanged { get; }
Property Value

StartingSide0

ISchemaFixedArray<int> StartingSide0 { get; }
Property Value

TeamWinningCoinToss

ref int TeamWinningCoinToss { get; }
Property Value

TeamWithFirstChoice

ISchemaFixedArray<int> TeamWithFirstChoice { get; }
Property Value

VoteMapIdsList

ISchemaFixedArray<int> VoteMapIdsList { get; }
Property Value

Methods

AccountIDsUpdated()

void AccountIDsUpdated()

CurrentPhaseUpdated()

void CurrentPhaseUpdated()

DraftTypeUpdated()

void DraftTypeUpdated()

MapId0Updated()

void MapId0Updated()

MapId1Updated()

void MapId1Updated()

MapId2Updated()

void MapId2Updated()

MapId3Updated()

void MapId3Updated()

MapId4Updated()

void MapId4Updated()

MapId5Updated()

void MapId5Updated()

PhaseDurationTicksUpdated()

void PhaseDurationTicksUpdated()

PhaseStartTickUpdated()

void PhaseStartTickUpdated()

StartingSide0Updated()

void StartingSide0Updated()

TeamWinningCoinTossUpdated()

void TeamWinningCoinTossUpdated()

TeamWithFirstChoiceUpdated()

void TeamWithFirstChoiceUpdated()

VoteMapIdsListUpdated()

void VoteMapIdsListUpdated()

On this page