Skip to main content

NetPlayerBase

The base class for network players that provides common functionality for accessing player information.

Instance Methods

Class Methods

NetPlayerBase:GetNick(): string

Returns the player's nickname directly from the NetPlayerBase without needing to access the client.

NetPlayerBase:GetClient(): PlayerClient

Returns the PlayerClient instance corresponding to this NetPlayerBase.