Méthode |
Description |
|
AddHeartBeat ( NFGUID self, string strHeartBeatName, NFIHeartBeat handler, float fTime, int nCount ) : bool |
|
|
AfterInit ( ) : void |
|
|
BeforeShut ( ) : void |
|
|
CreateObject ( NFGUID self, int nContainerID, int nGroupID, string strClassName, string strConfigIndex, NFIDataList arg ) : NFIObject |
|
|
DestroyObject ( NFGUID self ) : bool |
|
|
Execute ( ) : void |
|
|
FindHeartBeat ( NFGUID self, string strHeartBeatName ) : bool |
|
|
FindProperty ( NFGUID self, string strPropertyName ) : bool |
|
|
FindRecord ( NFGUID self, string strRecordName ) : NFIRecord |
|
|
FindRecordRow ( NFGUID self, string strRecordName, int nCol, NFGUID nValue, NFIDataList &xDatalist ) : int |
|
|
FindRecordRow ( NFGUID self, string strRecordName, int nCol, NFVector2 nValue, NFIDataList &xDatalist ) : int |
|
|
FindRecordRow ( NFGUID self, string strRecordName, int nCol, NFVector3 nValue, NFIDataList &xDatalist ) : int |
|
|
FindRecordRow ( NFGUID self, string strRecordName, int nCol, double fValue, NFIDataList &xDatalist ) : int |
|
|
FindRecordRow ( NFGUID self, string strRecordName, int nCol, int nValue, NFIDataList &xDatalist ) : int |
|
|
FindRecordRow ( NFGUID self, string strRecordName, int nCol, string strValue, NFIDataList &xDatalist ) : int |
|
|
GetElementModule ( ) : NFIElementModule |
|
|
GetLogicClassModule ( ) : NFILogicClassModule |
|
|
GetObject ( NFGUID ident ) : NFIObject |
|
|
GetObjectList ( ) : NFIDataList |
|
|
GetUploadModule ( ) : NFIUploadModule |
|
|
Init ( ) : void |
|
|
NFCKernelModule ( ) : System |
|
|
QueryPropertyFloat ( NFGUID self, string strPropertyName ) : double |
|
|
QueryPropertyInt ( NFGUID self, string strPropertyName ) : System.Int64 |
|
|
QueryPropertyObject ( NFGUID self, string strPropertyName ) : NFGUID |
|
|
QueryPropertyString ( NFGUID self, string strPropertyName ) : string |
|
|
QueryPropertyVector2 ( NFGUID self, string strPropertyName ) : NFVector2 |
|
|
QueryPropertyVector3 ( NFGUID self, string strPropertyName ) : NFVector3 |
|
|
QueryRecordFloat ( NFGUID self, string strRecordName, int nRow, int nCol ) : double |
|
|
QueryRecordInt ( NFGUID self, string strRecordName, int nRow, int nCol ) : System.Int64 |
|
|
QueryRecordObject ( NFGUID self, string strRecordName, int nRow, int nCol ) : NFGUID |
|
|
QueryRecordString ( NFGUID self, string strRecordName, int nRow, int nCol ) : string |
|
|
QueryRecordVector2 ( NFGUID self, string strRecordName, int nRow, int nCol ) : NFVector2 |
|
|
QueryRecordVector3 ( NFGUID self, string strRecordName, int nRow, int nCol ) : NFVector3 |
|
|
RegisterClassCallBack ( string strClassName, NFIObject handler ) : void |
|
|
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, System.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, System.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 |
|
|
Shut ( ) : void |
|
|
UpDate ( float fTime ) : bool |
|
|