SwiftlyS2

CPlayerPing

Interface CPlayerPing

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

PingedEntity

ref CHandle<CBaseEntity> PingedEntity { get; }
Property Value

PlaceName

string PlaceName { get; set; }
Property Value

Player

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

Type

ref int Type { get; }
Property Value

Urgent

ref bool Urgent { get; }
Property Value

Methods

PingedEntityUpdated()

void PingedEntityUpdated()

PlaceNameUpdated()

void PlaceNameUpdated()

PlayerUpdated()

void PlayerUpdated()

TypeUpdated()

void TypeUpdated()

UrgentUpdated()

void UrgentUpdated()

On this page