C# Class ChestControl.CPlayer

Inheritance: TShockAPI.TSPlayer
Afficher le fichier Open project: Deathmax/Chest-Control Class Usage Examples

Méthodes publiques

Свойство Type Description
PasswordForChest string

Protected Properties

Свойство Type Description
State SettingState
UnlockedChests List

Méthodes publiques

Méthode Description
CPlayer ( int index ) : System.Collections.Generic
GetState ( ) : SettingState
HasAccessToChest ( int id ) : bool
SetState ( SettingState state ) : void
UnlockedChest ( int id ) : void

Method Details

CPlayer() public méthode

public CPlayer ( int index ) : System.Collections.Generic
index int
Résultat System.Collections.Generic

GetState() public méthode

public GetState ( ) : SettingState
Résultat SettingState

HasAccessToChest() public méthode

public HasAccessToChest ( int id ) : bool
id int
Résultat bool

SetState() public méthode

public SetState ( SettingState state ) : void
state SettingState
Résultat void

UnlockedChest() public méthode

public UnlockedChest ( int id ) : void
id int
Résultat void

Property Details

PasswordForChest public_oe property

public string PasswordForChest
Résultat string

State protected_oe property

protected SettingState State
Résultat SettingState

UnlockedChests protected_oe property

protected List UnlockedChests
Résultat List