Table of Contents

Class Player

Namespace
CounterStrikeSharp.API.Modules.Entities
Assembly
CounterStrikeSharp.API.dll
public class Player : BaseEntity
Inheritance
Player
Inherited Members

Constructors

Player(int, nint, nint)

public Player(int index, nint handle, nint pawnHandle)

Parameters

index int
handle nint
pawnHandle nint

Properties

PawnHandle

public nint PawnHandle { get; init; }

Property Value

nint

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.