C# 클래스 BaseData, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
name string[]
skinPath string

보호된 프로퍼티들

프로퍼티 타입 설명
NAME string
dir string

공개 메소드들

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

메소드 상세

BaseData() 공개 메소드

public BaseData ( )

CheckForIndex() 공개 메소드

public CheckForIndex ( int index, int check ) : int
index int
check int
리턴 int

Copy() 공개 메소드

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

GetDataCount() 공개 메소드

public GetDataCount ( ) : int
리턴 int

GetName() 공개 메소드

public GetName ( int index ) : string
index int
리턴 string

GetNameList() 공개 메소드

public GetNameList ( bool showIDs ) : string[]
showIDs bool
리턴 string[]

RemoveData() 공개 메소드

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

프로퍼티 상세

NAME 보호되어 있는 정적으로 프로퍼티

protected static string NAME
리턴 string

dir 보호되어 있는 프로퍼티

protected string dir
리턴 string

name 공개적으로 프로퍼티

public string[] name
리턴 string[]

skinPath 공개적으로 프로퍼티

public string skinPath
리턴 string