Minor Update:
- Add GetAddress() to CApplciation - Call GetAddress() from GetHandleAddress() is SelectableCore - Correct "Name" overload in SelectableCore->Init()
This commit is contained in:
@@ -102,6 +102,8 @@ public:
|
||||
CFunctionCore * AddFunction( const char * Type, const char * Name );
|
||||
CFunctionCore * GetFunction( const char * Name );
|
||||
|
||||
CDataMember * GetAddress( const char * SearchAddress );
|
||||
|
||||
// Run Application
|
||||
bool Run( bool TerminateOnError );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user