C# Class Ohana3DS_Transfigured.Ohana.Models.NewLovePlus.Serialization.SERI

Mostra file Open project: Quibilia/Ohana3DS-Transfigured Class Usage Examples

Public Methods

Method Description
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.

Method Details

getBooleanArrayParameter() public method

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

getBooleanParameter() public method

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

getFloatArrayParameter() public method

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

getFloatParameter() public method

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

getIntegerArrayParameter() public method

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

getIntegerParameter() public method

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

getNestArrayParameter() public method

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

getParameter() public method

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

getStringArrayParameter() public method

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

getStringParameter() public method

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