EventBulletFlightResolution
Interface EventBulletFlightResolution
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "bullet_flight_resolution"
public interface EventBulletFlightResolution : IGameEvent<EventBulletFlightResolution>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
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_and_pawn
int UserId { get; set; }Property Value
UserIdController
type: player_controller_and_pawn
CCSPlayerController UserIdController { get; }Property Value
UserIdPawn
type: player_controller_and_pawn
CCSPlayerPawn UserIdPawn { get; }Property Value
UserIdPlayer
IPlayer UserIdPlayer { get; }Property Value