Class Player
- Namespace
- CounterStrikeSharp.API.Modules.Entities
- Assembly
- CounterStrikeSharp.API.dll
public class Player : BaseEntity
- Inheritance
-
objectPlayer
- Inherited Members
Constructors
Player(int, nint, nint)
public Player(int index, nint handle, nint pawnHandle)
Parameters
Properties
PawnHandle
public nint PawnHandle { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.