C# Class BaseData, RPGQuest

Mostrar archivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
name string[]
skinPath string

Protected Properties

Property Type Description
NAME string
dir string

Public Methods

Method 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 method

public BaseData ( )

CheckForIndex() public method

public CheckForIndex ( int index, int check ) : int
index int
check int
return int

Copy() public method

public Copy ( int index ) : void
index int
return void

GetDataCount() public method

public GetDataCount ( ) : int
return int

GetName() public method

public GetName ( int index ) : string
index int
return string

GetNameList() public method

public GetNameList ( bool showIDs ) : string[]
showIDs bool
return string[]

RemoveData() public method

public RemoveData ( int index ) : void
index int
return void

Property Details

NAME protected_oe static_oe property

protected static string NAME
return string

dir protected_oe property

protected string dir
return string

name public_oe property

public string[] name
return string[]

skinPath public_oe property

public string skinPath
return string