SwiftlyS2

CCSTeam

Interface CCSTeam

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CCSTeam : CTeam, CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CTeam>, ISchemaClass<CCSTeam>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

ClanID

ref uint ClanID { get; }
Property Value

ClanTeamname

string ClanTeamname { get; set; }
Property Value

LastRecievedShorthandedRoundBonus

ref int LastRecievedShorthandedRoundBonus { get; }
Property Value

LastUpdateSentAt

ref int LastUpdateSentAt { get; }
Property Value

NextResourceTime

ref float NextResourceTime { get; }
Property Value

NumMapVictories

ref int NumMapVictories { get; }
Property Value

ScoreFirstHalf

ref int ScoreFirstHalf { get; }
Property Value

ScoreOvertime

ref int ScoreOvertime { get; }
Property Value

ScoreSecondHalf

ref int ScoreSecondHalf { get; }
Property Value

ShorthandedRoundBonusStartRound

ref int ShorthandedRoundBonusStartRound { get; }
Property Value

Surrendered

ref bool Surrendered { get; }
Property Value

TeamFlagImage

string TeamFlagImage { get; set; }
Property Value

TeamLogoImage

string TeamLogoImage { get; set; }
Property Value

TeamMatchStat

string TeamMatchStat { get; set; }
Property Value

Methods

ClanIDUpdated()

void ClanIDUpdated()

ClanTeamnameUpdated()

void ClanTeamnameUpdated()

NumMapVictoriesUpdated()

void NumMapVictoriesUpdated()

ScoreFirstHalfUpdated()

void ScoreFirstHalfUpdated()

ScoreOvertimeUpdated()

void ScoreOvertimeUpdated()

ScoreSecondHalfUpdated()

void ScoreSecondHalfUpdated()

SurrenderedUpdated()

void SurrenderedUpdated()

TeamFlagImageUpdated()

void TeamFlagImageUpdated()

TeamLogoImageUpdated()

void TeamLogoImageUpdated()

TeamMatchStatUpdated()

void TeamMatchStatUpdated()

On this page