Table of Contents

Class EventPlayerInfo

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

Constructors

EventPlayerInfo(bool)

public EventPlayerInfo(bool force)

Parameters

force bool

EventPlayerInfo(nint)

public EventPlayerInfo(nint pointer)

Parameters

pointer nint

Properties

Bot

public bool Bot { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

Steamid

public ulong Steamid { get; set; }

Property Value

ulong

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController