C# Class TeleportData, RPGQuest

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

Méthodes publiques

Свойство Type Description
teleport TeleportTarget[],

Méthodes publiques

Méthode 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 méthode

public AddTeleport ( string n, string d, int count ) : void
n string
d string
count int
Résultat void

Copy() public méthode

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

GetIconPath() public méthode

public GetIconPath ( ) : string
Résultat string

GetNamesForIDs() public méthode

public GetNamesForIDs ( int ids ) : string[]
ids int
Résultat string[]

GetTeleportIDs() public méthode

public GetTeleportIDs ( bool ignoreConditions ) : int[]
ignoreConditions bool
Résultat int[]

LoadData() public méthode

public LoadData ( ) : void
Résultat void

RemoveData() public méthode

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

SaveData() public méthode

public SaveData ( ) : void
Résultat void

TeleportData() public méthode

public TeleportData ( ) : System.Collections
Résultat System.Collections

Property Details

teleport public_oe property

public TeleportTarget[], teleport
Résultat TeleportTarget[],