SwiftlyS2

EventHltvFixed

Interface EventHltvFixed

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "hltv_fixed" show from fixed view

public interface EventHltvFixed : IGameEvent<EventHltvFixed>

Implements

Properties

FOv

type: float

float FOv { get; set; }
Property Value

Offset

type: short

short Offset { get; set; }
Property Value

Phi

type: short

short Phi { get; set; }
Property Value

PosX

camera position in world


type: long

int PosX { get; set; }
Property Value

PosZ

type: long

int PosZ { get; set; }
Property Value

Posy

type: long

int Posy { get; set; }
Property Value

Target

follow this player


type: player_controller

int Target { get; set; }
Property Value

Theta

camera angles


type: short

short Theta { get; set; }
Property Value

On this page