C# Class TeleportData, RPGQuest

Inheritance: BaseLangData
Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
teleport TeleportTarget[],

Public Methods

Method Description
AddTeleport ( string n, string d, int count ) : void
Copy ( int index ) : void
GetIconPath ( ) : string
GetNamesForIDs ( int ids ) : string[]
GetTeleportIDs ( bool ignoreConditions ) : int[]
LoadData ( ) : void
RemoveData ( int index ) : void
SaveData ( ) : void
TeleportData ( ) : System.Collections

Method Details

AddTeleport() public method

public AddTeleport ( string n, string d, int count ) : void
n string
d string
count int
return void

Copy() public method

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

GetIconPath() public method

public GetIconPath ( ) : string
return string

GetNamesForIDs() public method

public GetNamesForIDs ( int ids ) : string[]
ids int
return string[]

GetTeleportIDs() public method

public GetTeleportIDs ( bool ignoreConditions ) : int[]
ignoreConditions bool
return int[]

LoadData() public method

public LoadData ( ) : void
return void

RemoveData() public method

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

SaveData() public method

public SaveData ( ) : void
return void

TeleportData() public method

public TeleportData ( ) : System.Collections
return System.Collections

Property Details

teleport public_oe property

public TeleportTarget[], teleport
return TeleportTarget[],