SwiftlyS2

EventHostageStopsFollowing

Interface EventHostageStopsFollowing

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "hostage_stops_following"

public interface EventHostageStopsFollowing : IGameEvent<EventHostageStopsFollowing>

Implements

Properties

Hostage

hostage entity index


type: short

short Hostage { get; set; }
Property Value

UserId

player who rescued the hostage


type: player_controller_and_pawn

int UserId { get; set; }
Property Value

UserIdController

player who rescued the hostage


type: player_controller_and_pawn

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn

player who rescued the hostage


type: player_controller_and_pawn

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page