Table of Contents

Class EventBulletFlightResolution

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("bullet_flight_resolution")]
public class EventBulletFlightResolution : GameEvent
Inheritance
EventBulletFlightResolution
Inherited Members

Constructors

EventBulletFlightResolution(bool)

public EventBulletFlightResolution(bool force)

Parameters

force bool

EventBulletFlightResolution(nint)

public EventBulletFlightResolution(nint pointer)

Parameters

pointer nint

Properties

AngX

public int AngX { get; set; }

Property Value

int

AngY

public int AngY { get; set; }

Property Value

int

AngZ

public int AngZ { get; set; }

Property Value

int

PosX

public int PosX { get; set; }

Property Value

int

PosY

public int PosY { get; set; }

Property Value

int

PosZ

public int PosZ { get; set; }

Property Value

int

StartX

public int StartX { get; set; }

Property Value

int

StartY

public int StartY { get; set; }

Property Value

int

StartZ

public int StartZ { get; set; }

Property Value

int

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController