C# 클래스 TeleportData, RPGQuest

상속: BaseLangData
파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
teleport TeleportTarget[],

공개 메소드들

메소드 설명
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

메소드 상세

AddTeleport() 공개 메소드

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

Copy() 공개 메소드

public Copy ( int index ) : void
index int
리턴 void

GetIconPath() 공개 메소드

public GetIconPath ( ) : string
리턴 string

GetNamesForIDs() 공개 메소드

public GetNamesForIDs ( int ids ) : string[]
ids int
리턴 string[]

GetTeleportIDs() 공개 메소드

public GetTeleportIDs ( bool ignoreConditions ) : int[]
ignoreConditions bool
리턴 int[]

LoadData() 공개 메소드

public LoadData ( ) : void
리턴 void

RemoveData() 공개 메소드

public RemoveData ( int index ) : void
index int
리턴 void

SaveData() 공개 메소드

public SaveData ( ) : void
리턴 void

TeleportData() 공개 메소드

public TeleportData ( ) : System.Collections
리턴 System.Collections

프로퍼티 상세

teleport 공개적으로 프로퍼티

public TeleportTarget[], teleport
리턴 TeleportTarget[],