C# Class BaseData, RPGQuest

Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
name string[]
skinPath string

Protected Properties

Свойство Type Description
NAME string
dir string

Méthodes publiques

Méthode Description
BaseData ( )
CheckForIndex ( int index, int check ) : int
Copy ( int index ) : void
GetDataCount ( ) : int
GetName ( int index ) : string
GetNameList ( bool showIDs ) : string[]
RemoveData ( int index ) : void

Method Details

BaseData() public méthode

public BaseData ( )

CheckForIndex() public méthode

public CheckForIndex ( int index, int check ) : int
index int
check int
Résultat int

Copy() public méthode

public Copy ( int index ) : void
index int
Résultat void

GetDataCount() public méthode

public GetDataCount ( ) : int
Résultat int

GetName() public méthode

public GetName ( int index ) : string
index int
Résultat string

GetNameList() public méthode

public GetNameList ( bool showIDs ) : string[]
showIDs bool
Résultat string[]

RemoveData() public méthode

public RemoveData ( int index ) : void
index int
Résultat void

Property Details

NAME protected_oe static_oe property

protected static string NAME
Résultat string

dir protected_oe property

protected string dir
Résultat string

name public_oe property

public string[] name
Résultat string[]

skinPath public_oe property

public string skinPath
Résultat string