C# Class Pluton.OfflinePlayer

Inheritance: CountedInstance
Afficher le fichier Open project: Notulp/Pluton Class Usage Examples

Méthodes publiques

Свойство Type Description
Admin bool
IP string
Name string
OS string
SteamID string
X float
Y float
Z float
totalTimeOnline ulong

Méthodes publiques

Méthode Description
Get ( string steamID ) : OfflinePlayer
Get ( ulong steamID ) : OfflinePlayer
OfflinePlayer ( Player player ) : System
Update ( Player player ) : void

Method Details

Get() public static méthode

public static Get ( string steamID ) : OfflinePlayer
steamID string
Résultat OfflinePlayer

Get() public static méthode

public static Get ( ulong steamID ) : OfflinePlayer
steamID ulong
Résultat OfflinePlayer

OfflinePlayer() public méthode

public OfflinePlayer ( Player player ) : System
player Player
Résultat System

Update() public méthode

public Update ( Player player ) : void
player Player
Résultat void

Property Details

Admin public_oe property

public bool Admin
Résultat bool

IP public_oe property

public string IP
Résultat string

Name public_oe property

public string Name
Résultat string

OS public_oe property

public string OS
Résultat string

SteamID public_oe property

public string SteamID
Résultat string

X public_oe property

public float X
Résultat float

Y public_oe property

public float Y
Résultat float

Z public_oe property

public float Z
Résultat float

totalTimeOnline public_oe property

public ulong totalTimeOnline
Résultat ulong