Method | Description | |
---|---|---|
AddHeartBeat ( |
||
CreateObject ( |
||
DestroyObject ( |
||
FindHeartBeat ( |
||
FindProperty ( |
||
FindRecord ( |
||
FindRecordRow ( |
||
FindRecordRow ( |
||
FindRecordRow ( |
||
FindRecordRow ( |
||
FindRecordRow ( |
||
FindRecordRow ( |
||
GetElementModule ( ) : |
||
GetLogicClassModule ( ) : |
||
GetObject ( |
||
GetObjectList ( ) : |
||
GetUploadModule ( ) : NFIUploadModule | ||
QueryPropertyFloat ( |
||
QueryPropertyInt ( |
||
QueryPropertyObject ( |
||
QueryPropertyString ( |
||
QueryPropertyVector2 ( |
||
QueryPropertyVector3 ( |
||
QueryRecordFloat ( |
||
QueryRecordInt ( |
||
QueryRecordObject ( |
||
QueryRecordString ( |
||
QueryRecordVector2 ( |
||
QueryRecordVector3 ( |
||
RegisterClassCallBack ( string strClassName, |
||
RegisterEventCallBack ( NFGUID self, int nEventID, NFIEvent handler ) : void | ||
RegisterPropertyCallback ( NFGUID self, string strPropertyName, NFIProperty handler ) : void | ||
RegisterRecordCallback ( NFGUID self, string strRecordName, NFIRecord handler ) : void | ||
RemoveHeartBeat ( NFGUID self, string strHeartBeatName ) : bool | ||
SetPropertyFloat ( NFGUID self, string strPropertyName, double fValue ) : bool | ||
SetPropertyInt ( NFGUID self, string strPropertyName, Int64 nValue ) : bool | ||
SetPropertyObject ( NFGUID self, string strPropertyName, NFGUID objectValue ) : bool | ||
SetPropertyString ( NFGUID self, string strPropertyName, string strValue ) : bool | ||
SetPropertyVector2 ( NFGUID self, string strPropertyName, NFVector2 objectValue ) : bool | ||
SetPropertyVector3 ( NFGUID self, string strPropertyName, NFVector3 objectValue ) : bool | ||
SetRecordFloat ( NFGUID self, string strRecordName, int nRow, int nCol, double fValue ) : bool | ||
SetRecordInt ( NFGUID self, string strRecordName, int nRow, int nCol, Int64 nValue ) : bool | ||
SetRecordObject ( NFGUID self, string strRecordName, int nRow, int nCol, NFGUID objectValue ) : bool | ||
SetRecordString ( NFGUID self, string strRecordName, int nRow, int nCol, string strValue ) : bool | ||
SetRecordVector2 ( NFGUID self, string strRecordName, int nRow, int nCol, NFVector2 objectValue ) : bool | ||
SetRecordVector3 ( NFGUID self, string strRecordName, int nRow, int nCol, NFVector3 objectValue ) : bool | ||
UpDate ( float fTime ) : bool |
public abstract AddHeartBeat ( |
||
self | ||
strHeartBeatName | string | |
handler | ||
fTime | float | |
nCount | int | |
return | bool |
public abstract CreateObject ( |
||
self | ||
nContainerID | int | |
nGroupID | int | |
strClassName | string | |
strConfigIndex | string | |
arg | ||
return |
public abstract DestroyObject ( |
||
self | ||
return | bool |
public abstract FindHeartBeat ( |
||
self | ||
strHeartBeatName | string | |
return | bool |
public abstract FindProperty ( |
||
self | ||
strPropertyName | string | |
return | bool |
public abstract FindRecord ( |
||
self | ||
strRecordName | string | |
return |
public abstract FindRecordRow ( |
||
self | ||
strRecordName | string | |
nCol | int | |
nValue | ||
xDatalist | ||
return | int |
public abstract FindRecordRow ( |
||
self | ||
strRecordName | string | |
nCol | int | |
nValue | ||
xDatalist | ||
return | int |
public abstract FindRecordRow ( |
||
self | ||
strRecordName | string | |
nCol | int | |
nValue | ||
xDatalist | ||
return | int |
public abstract FindRecordRow ( |
||
self | ||
strRecordName | string | |
nCol | int | |
fValue | double | |
xDatalist | ||
return | int |
public abstract FindRecordRow ( |
||
self | ||
strRecordName | string | |
nCol | int | |
nValue | int | |
xDatalist | ||
return | int |
public abstract FindRecordRow ( |
||
self | ||
strRecordName | string | |
nCol | int | |
strValue | string | |
xDatalist | ||
return | int |
public abstract GetElementModule ( ) : |
||
return |
public abstract GetLogicClassModule ( ) : |
||
return |
public abstract GetObject ( |
||
ident | ||
return |
public abstract GetObjectList ( ) : |
||
return |
public abstract GetUploadModule ( ) : NFIUploadModule | ||
return | NFIUploadModule |
public abstract QueryPropertyFloat ( |
||
self | ||
strPropertyName | string | |
return | double |
public abstract QueryPropertyInt ( |
||
self | ||
strPropertyName | string | |
return | System.Int64 |
public abstract QueryPropertyObject ( |
||
self | ||
strPropertyName | string | |
return |
public abstract QueryPropertyString ( |
||
self | ||
strPropertyName | string | |
return | string |
public abstract QueryPropertyVector2 ( |
||
self | ||
strPropertyName | string | |
return |
public abstract QueryPropertyVector3 ( |
||
self | ||
strPropertyName | string | |
return |
public abstract QueryRecordFloat ( |
||
self | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
return | double |
public abstract QueryRecordInt ( |
||
self | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
return | System.Int64 |
public abstract QueryRecordObject ( |
||
self | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
return |
public abstract QueryRecordString ( |
||
self | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
return | string |
public abstract QueryRecordVector2 ( |
||
self | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
return |
public abstract QueryRecordVector3 ( |
||
self | ||
strRecordName | string | |
nRow | int | |
nCol | int | |
return |
public abstract RegisterClassCallBack ( string strClassName, |
||
strClassName | string | |
handler | ||
return | void |
public abstract RegisterEventCallBack ( NFGUID self, int nEventID, NFIEvent handler ) : void | ||
self | NFGUID | |
nEventID | int | |
handler | NFIEvent | |
return | void |
public abstract RegisterPropertyCallback ( NFGUID self, string strPropertyName, NFIProperty handler ) : void | ||
self | NFGUID | |
strPropertyName | string | |
handler | NFIProperty | |
return | void |
public abstract RegisterRecordCallback ( NFGUID self, string strRecordName, NFIRecord handler ) : void | ||
self | NFGUID | |
strRecordName | string | |
handler | NFIRecord | |
return | void |
public abstract RemoveHeartBeat ( NFGUID self, string strHeartBeatName ) : bool | ||
self | NFGUID | |
strHeartBeatName | string | |
return | bool |
public abstract SetPropertyFloat ( NFGUID self, string strPropertyName, double fValue ) : bool | ||
self | NFGUID | |
strPropertyName | string | |
fValue | double | |
return | bool |
public abstract SetPropertyInt ( NFGUID self, string strPropertyName, Int64 nValue ) : bool | ||
self | NFGUID | |
strPropertyName | string | |
nValue | Int64 | |
return | bool |
public abstract SetPropertyObject ( NFGUID self, string strPropertyName, NFGUID objectValue ) : bool | ||
self | NFGUID | |
strPropertyName | string | |
objectValue | NFGUID | |
return | bool |
public abstract SetPropertyString ( NFGUID self, string strPropertyName, string strValue ) : bool | ||
self | NFGUID | |
strPropertyName | string | |
strValue | string | |
return | bool |
public abstract SetPropertyVector2 ( NFGUID self, string strPropertyName, NFVector2 objectValue ) : bool | ||
self | NFGUID | |
strPropertyName | string | |
objectValue | NFVector2 | |
return | bool |
public abstract SetPropertyVector3 ( NFGUID self, string strPropertyName, NFVector3 objectValue ) : bool | ||
self | NFGUID | |
strPropertyName | string | |
objectValue | NFVector3 | |
return | bool |
public abstract SetRecordFloat ( NFGUID self, string strRecordName, int nRow, int nCol, double fValue ) : bool | ||
self | NFGUID | |
strRecordName | string | |
nRow | int | |
nCol | int | |
fValue | double | |
return | bool |
public abstract SetRecordInt ( NFGUID self, string strRecordName, int nRow, int nCol, Int64 nValue ) : bool | ||
self | NFGUID | |
strRecordName | string | |
nRow | int | |
nCol | int | |
nValue | Int64 | |
return | bool |
public abstract SetRecordObject ( NFGUID self, string strRecordName, int nRow, int nCol, NFGUID objectValue ) : bool | ||
self | NFGUID | |
strRecordName | string | |
nRow | int | |
nCol | int | |
objectValue | NFGUID | |
return | bool |
public abstract SetRecordString ( NFGUID self, string strRecordName, int nRow, int nCol, string strValue ) : bool | ||
self | NFGUID | |
strRecordName | string | |
nRow | int | |
nCol | int | |
strValue | string | |
return | bool |
public abstract SetRecordVector2 ( NFGUID self, string strRecordName, int nRow, int nCol, NFVector2 objectValue ) : bool | ||
self | NFGUID | |
strRecordName | string | |
nRow | int | |
nCol | int | |
objectValue | NFVector2 | |
return | bool |
public abstract SetRecordVector3 ( NFGUID self, string strRecordName, int nRow, int nCol, NFVector3 objectValue ) : bool | ||
self | NFGUID | |
strRecordName | string | |
nRow | int | |
nCol | int | |
objectValue | NFVector3 | |
return | bool |
public abstract UpDate ( float fTime ) : bool | ||
fTime | float | |
return | bool |