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
Target2
secondary traget index or 0
type: player_controller
int Target2 { get; set; }Property Value
Theta
view angle horizontal
type: short
short Theta { get; set; }Property Value