SwiftlyS2

EventEntityVisible

Interface EventEntityVisible

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "entity_visible"

public interface EventEntityVisible : IGameEvent<EventEntityVisible>

Implements

Properties

ClassName

Classname of the entity they see


type: string

string ClassName { get; set; }
Property Value

EntityName

name of the entity they see


type: string

string EntityName { get; set; }
Property Value

Subject

Entindex of the entity they see


type: long

int Subject { get; set; }
Property Value

UserId

The player who sees the entity


type: player_controller

int UserId { get; set; }
Property Value

UserIdController

The player who sees the entity


type: player_controller

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn

The player who sees the entity


type: player_controller

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page