C# Class MCDawn.PlayerGroup

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

Méthodes publiques

Свойство Type Description
allPlayerGroups List
customName string
fileName string
name string
players PlayerGroupList
pub bool

Méthodes publiques

Méthode Description
Find ( string input ) : PlayerGroup
InitAll ( ) : void
PlayerGroup ( ) : System
PlayerGroup ( string Name, bool Public ) : System
saveGroups ( List givenList ) : void

Method Details

Find() public static méthode

public static Find ( string input ) : PlayerGroup
input string
Résultat PlayerGroup

InitAll() public static méthode

public static InitAll ( ) : void
Résultat void

PlayerGroup() public méthode

public PlayerGroup ( ) : System
Résultat System

PlayerGroup() public méthode

public PlayerGroup ( string Name, bool Public ) : System
Name string
Public bool
Résultat System

saveGroups() public static méthode

public static saveGroups ( List givenList ) : void
givenList List
Résultat void

Property Details

allPlayerGroups public_oe static_oe property

public static List allPlayerGroups
Résultat List

customName public_oe static_oe property

public static string customName
Résultat string

fileName public_oe property

public string fileName
Résultat string

name public_oe property

public string name
Résultat string

players public_oe property

public PlayerGroupList,MCDawn players
Résultat PlayerGroupList

pub public_oe property

public bool pub
Résultat bool