C# Class NFrame.NFIDataList

Datei anzeigen Open project: ketoo/NoahGameFrame Class Usage Examples

Public Properties

Property Type Description
EPS_DOUBLE double
NULL_DOUBLE double
NULL_INT System.Int64
NULL_OBJECT NFGUID
NULL_STRING string
NULL_TDATA TData
NULL_VECTOR2 NFVector2
NULL_VECTOR3 NFVector3

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
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

Method Details

AddFloat() public abstract method

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

AddInt() public abstract method

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

AddObject() public abstract method

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

AddString() public abstract method

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

AddVector2() public abstract method

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

AddVector3() public abstract method

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

Clear() public abstract method

public abstract Clear ( ) : void
return void

Count() public abstract method

public abstract Count ( ) : int
return int

FloatVal() public abstract method

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

GetData() public abstract method

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

GetType() public abstract method

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

IntVal() public abstract method

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

ObjectVal() public abstract method

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

SetFloat() public abstract method

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

SetInt() public abstract method

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

SetObject() public abstract method

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

SetString() public abstract method

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

SetVector2() public abstract method

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

SetVector3() public abstract method

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

StringVal() public abstract method

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

Vector2Val() public abstract method

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

Vector3Val() public abstract method

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

Property Details

EPS_DOUBLE public_oe static_oe property

public static double EPS_DOUBLE
return double

NULL_DOUBLE public_oe static_oe property

public static double NULL_DOUBLE
return double

NULL_INT public_oe static_oe property

public static Int64,System NULL_INT
return System.Int64

NULL_OBJECT public_oe static_oe property

public static NFGUID,NFrame NULL_OBJECT
return NFGUID

NULL_STRING public_oe static_oe property

public static string NULL_STRING
return string

NULL_TDATA public_oe static_oe property

public static TData NULL_TDATA
return TData

NULL_VECTOR2 public_oe static_oe property

public static NFVector2,NFrame NULL_VECTOR2
return NFVector2

NULL_VECTOR3 public_oe static_oe property

public static NFVector3,NFrame NULL_VECTOR3
return NFVector3