Table of Contents

Class EventBulletImpact

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

Constructors

EventBulletImpact(bool)

public EventBulletImpact(bool force)

Parameters

force bool

EventBulletImpact(nint)

public EventBulletImpact(nint pointer)

Parameters

pointer nint

Properties

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController

X

public float X { get; set; }

Property Value

float

Y

public float Y { get; set; }

Property Value

float

Z

public float Z { get; set; }

Property Value

float