Table of Contents

Class EventGamePhaseChanged

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

Constructors

EventGamePhaseChanged(bool)

public EventGamePhaseChanged(bool force)

Parameters

force bool

EventGamePhaseChanged(nint)

public EventGamePhaseChanged(nint pointer)

Parameters

pointer nint

Properties

NewPhase

public int NewPhase { get; set; }

Property Value

int