Class EventRoundEnd
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("round_end")]
public class EventRoundEnd : GameEvent
- Inheritance
-
object
EventRoundEnd
- Inherited Members
-
Constructors
EventRoundEnd(bool)
public EventRoundEnd(bool force)
Parameters
force
bool
EventRoundEnd(nint)
public EventRoundEnd(nint pointer)
Parameters
pointer
nint
Properties
Legacy
public int Legacy { get; set; }
Property Value
- int
Message
public string Message { get; set; }
Property Value
- string
Nomusic
public int Nomusic { get; set; }
Property Value
- int
PlayerCount
public int PlayerCount { get; set; }
Property Value
- int
Reason
public int Reason { get; set; }
Property Value
- int
Winner
public int Winner { get; set; }
Property Value
- int