C# 클래스 Ohana3DS_Transfigured.Ohana.Models.NewLovePlus.Serialization.SERI

파일 보기 프로젝트 열기: Quibilia/Ohana3DS-Transfigured 1 사용 예제들

공개 메소드들

메소드 설명
getBooleanArrayParameter ( string name ) : bool[]

Grabs the values of a Boolean Array Parameter with the given name.

getBooleanParameter ( string name ) : bool

Grabs the value of a Boolean Parameter with the given name.

getFloatArrayParameter ( string name ) : float[]

Grabs the values of a Float Array Parameter with the given name.

getFloatParameter ( string name ) : float

Grabs the value of a Float Parameter with the given name.

getIntegerArrayParameter ( string name ) : int[]

Grabs the values of a Integer Array Parameter with the given name.

getIntegerParameter ( string name ) : int

Grabs the value of a Integer Parameter with the given name.

getNestArrayParameter ( string name ) : SERIParameter[]

Grabs the values of a Nested Array Parameter with the given name.

getParameter ( string name ) : SERIParameter

Grabs a Parameter with the given name.

getStringArrayParameter ( string name ) : string[]

Grabs the values of a String Array Parameter with the given name.

getStringParameter ( string name ) : string

Grabs the value of a String Parameter with the given name.

메소드 상세

getBooleanArrayParameter() 공개 메소드

Grabs the values of a Boolean Array Parameter with the given name.
public getBooleanArrayParameter ( string name ) : bool[]
name string The name of the parameter
리턴 bool[]

getBooleanParameter() 공개 메소드

Grabs the value of a Boolean Parameter with the given name.
public getBooleanParameter ( string name ) : bool
name string The name of the parameter
리턴 bool

getFloatArrayParameter() 공개 메소드

Grabs the values of a Float Array Parameter with the given name.
public getFloatArrayParameter ( string name ) : float[]
name string The name of the parameter
리턴 float[]

getFloatParameter() 공개 메소드

Grabs the value of a Float Parameter with the given name.
public getFloatParameter ( string name ) : float
name string The name of the parameter
리턴 float

getIntegerArrayParameter() 공개 메소드

Grabs the values of a Integer Array Parameter with the given name.
public getIntegerArrayParameter ( string name ) : int[]
name string The name of the parameter
리턴 int[]

getIntegerParameter() 공개 메소드

Grabs the value of a Integer Parameter with the given name.
public getIntegerParameter ( string name ) : int
name string The name of the parameter
리턴 int

getNestArrayParameter() 공개 메소드

Grabs the values of a Nested Array Parameter with the given name.
public getNestArrayParameter ( string name ) : SERIParameter[]
name string The name of the parameter
리턴 SERIParameter[]

getParameter() 공개 메소드

Grabs a Parameter with the given name.
public getParameter ( string name ) : SERIParameter
name string The name of the parameter
리턴 SERIParameter

getStringArrayParameter() 공개 메소드

Grabs the values of a String Array Parameter with the given name.
public getStringArrayParameter ( string name ) : string[]
name string The name of the parameter
리턴 string[]

getStringParameter() 공개 메소드

Grabs the value of a String Parameter with the given name.
public getStringParameter ( string name ) : string
name string The name of the parameter
리턴 string