EventHltvChase
Interface EventHltvChase
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "hltv_chase" shot of a single entity
public interface EventHltvChase : IGameEvent<EventHltvChase>Implements
Properties
Distance
camera distance
type: short
short Distance { get; set; }Property Value
InEye
diretcor suggests to show ineye
type: byte
byte InEye { get; set; }Property Value
Inertia
camera inertia
type: byte
byte Inertia { get; set; }Property Value
Phi
view angle vertical
type: short
short Phi { get; set; }Property Value
Target1
primary traget index
type: player_controller
int Target1 { get; set; }Property Value
Target1Controller
primary traget index
type: player_controller
CCSPlayerController Target1Controller { get; }Property Value
Target1Pawn
primary traget index
type: player_controller
CCSPlayerPawn Target1Pawn { get; }Property Value
Target1Player
IPlayer? Target1Player { get; }Property Value
Target2
secondary traget index or 0
type: player_controller
int Target2 { get; set; }Property Value
Target2Controller
secondary traget index or 0
type: player_controller
CCSPlayerController Target2Controller { get; }Property Value
Target2Pawn
secondary traget index or 0
type: player_controller
CCSPlayerPawn Target2Pawn { get; }Property Value
Target2Player
IPlayer? Target2Player { get; }Property Value
Theta
view angle horizontal
type: short
short Theta { get; set; }Property Value