Property | Type | Description | |
---|---|---|---|
teleport | TeleportTarget[], |
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 |
public AddTeleport ( string n, string d, int count ) : void | ||
n | string | |
d | string | |
count | int | |
return | void |
public GetTeleportIDs ( bool ignoreConditions ) : int[] | ||
ignoreConditions | bool | |
return | int[] |