C# Class MCDawn.PlayerGroupList

Afficher le fichier Open project: jonnyli1125/MCDawn Class Usage Examples

Méthodes publiques

Свойство Type Description
group PlayerGroup

Méthodes publiques

Méthode Description
Add ( string p ) : void
All ( ) : List
Clear ( ) : void
Contains ( string p ) : bool
Load ( string path, PlayerGroup groupName ) : PlayerGroupList
PlayerGroupList ( ) : System
Remove ( string p ) : bool
Save ( ) : void
Save ( string path ) : void

Method Details

Add() public méthode

public Add ( string p ) : void
p string
Résultat void

All() public méthode

public All ( ) : List
Résultat List

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( string p ) : bool
p string
Résultat bool

Load() public static méthode

public static Load ( string path, PlayerGroup groupName ) : PlayerGroupList
path string
groupName PlayerGroup
Résultat PlayerGroupList

PlayerGroupList() public méthode

public PlayerGroupList ( ) : System
Résultat System

Remove() public méthode

public Remove ( string p ) : bool
p string
Résultat bool

Save() public méthode

public Save ( ) : void
Résultat void

Save() public méthode

public Save ( string path ) : void
path string
Résultat void

Property Details

group public_oe property

public PlayerGroup,MCDawn group
Résultat PlayerGroup