EventAddBulletHitMarker
Interface EventAddBulletHitMarker
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "add_bullet_hit_marker"
public interface EventAddBulletHitMarker : IGameEvent<EventAddBulletHitMarker>Implements
Properties
AngX
type: short
short AngX { get; set; }Property Value
AngY
type: short
short AngY { get; set; }Property Value
AngZ
type: short
short AngZ { get; set; }Property Value
Bone
type: short
short Bone { get; set; }Property Value
Hit
type: bool
bool Hit { get; set; }Property Value
PosX
type: short
short PosX { get; set; }Property Value
PosY
type: short
short PosY { get; set; }Property Value
PosZ
type: short
short PosZ { get; set; }Property Value
StartX
type: short
short StartX { get; set; }Property Value
StartY
type: short
short StartY { get; set; }Property Value
StartZ
type: short
short StartZ { get; set; }Property Value
UserId
type: player_controller
int UserId { get; set; }Property Value
UserIdController
type: player_controller
CCSPlayerController UserIdController { get; }Property Value
UserIdPawn
type: player_controller
CCSPlayerPawn UserIdPawn { get; }Property Value
UserIdPlayer
IPlayer UserIdPlayer { get; }Property Value