C# Class NFrame.NFCDataList

Inheritance: NFIDataList
ファイルを表示 Open project: ketoo/NoahGameFrame Class Usage Examples

Public Methods

Method Description
AddFloat ( double value ) : bool
AddInt ( System.Int64 value ) : bool
AddObject ( NFGUID value ) : bool
AddString ( string value ) : bool
AddVector2 ( NFVector2 value ) : bool
AddVector3 ( NFVector3 value ) : bool
Clear ( ) : void
Count ( ) : int
FloatVal ( int index ) : double
GetData ( int index ) : TData
GetType ( int index ) : VARIANT_TYPE
IntVal ( int index ) : System.Int64
NFCDataList ( ) : System
NFCDataList ( NFIDataList src ) : System
NFCDataList ( string str, char c ) : System
ObjectVal ( int index ) : NFGUID
SetFloat ( int index, double value ) : bool
SetInt ( int index, System.Int64 value ) : bool
SetObject ( int index, NFGUID value ) : bool
SetString ( int index, string value ) : bool
SetVector2 ( int index, NFVector2 value ) : bool
SetVector3 ( int index, NFVector3 value ) : bool
StringVal ( int index ) : string
Vector2Val ( int index ) : NFVector2
Vector3Val ( int index ) : NFVector3

Protected Methods

Method Description
AddDataObject ( TData &data ) : bool

Method Details

AddDataObject() protected method

protected AddDataObject ( TData &data ) : bool
data TData
return bool

AddFloat() public method

public AddFloat ( double value ) : bool
value double
return bool

AddInt() public method

public AddInt ( System.Int64 value ) : bool
value System.Int64
return bool

AddObject() public method

public AddObject ( NFGUID value ) : bool
value NFGUID
return bool

AddString() public method

public AddString ( string value ) : bool
value string
return bool

AddVector2() public method

public AddVector2 ( NFVector2 value ) : bool
value NFVector2
return bool

AddVector3() public method

public AddVector3 ( NFVector3 value ) : bool
value NFVector3
return bool

Clear() public method

public Clear ( ) : void
return void

Count() public method

public Count ( ) : int
return int

FloatVal() public method

public FloatVal ( int index ) : double
index int
return double

GetData() public method

public GetData ( int index ) : TData
index int
return TData

GetType() public method

public GetType ( int index ) : VARIANT_TYPE
index int
return VARIANT_TYPE

IntVal() public method

public IntVal ( int index ) : System.Int64
index int
return System.Int64

NFCDataList() public method

public NFCDataList ( ) : System
return System

NFCDataList() public method

public NFCDataList ( NFIDataList src ) : System
src NFIDataList
return System

NFCDataList() public method

public NFCDataList ( string str, char c ) : System
str string
c char
return System

ObjectVal() public method

public ObjectVal ( int index ) : NFGUID
index int
return NFGUID

SetFloat() public method

public SetFloat ( int index, double value ) : bool
index int
value double
return bool

SetInt() public method

public SetInt ( int index, System.Int64 value ) : bool
index int
value System.Int64
return bool

SetObject() public method

public SetObject ( int index, NFGUID value ) : bool
index int
value NFGUID
return bool

SetString() public method

public SetString ( int index, string value ) : bool
index int
value string
return bool

SetVector2() public method

public SetVector2 ( int index, NFVector2 value ) : bool
index int
value NFVector2
return bool

SetVector3() public method

public SetVector3 ( int index, NFVector3 value ) : bool
index int
value NFVector3
return bool

StringVal() public method

public StringVal ( int index ) : string
index int
return string

Vector2Val() public method

public Vector2Val ( int index ) : NFVector2
index int
return NFVector2

Vector3Val() public method

public Vector3Val ( int index ) : NFVector3
index int
return NFVector3