MinitScript
0.9.31 PRE-BETA
|
Native script library. More...
#include <minitscript/minitscript/NativeLibrary.h>
Public Member Functions | |
NativeLibrary (_Context *context) | |
Public constructor. More... | |
virtual MinitScript * | loadScript (const string &pathName, const string &fileName, const string &basePathName=string()) override |
Load script from library. More... | |
![]() | |
Library (_Context *context) | |
Public constructor. More... | |
_Context * | getContext () |
void | setContext (_Context *context) |
Set context. More... | |
virtual | ~Library () |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
_Context * | context { nullptr } |
Native script library.
Definition at line 20 of file NativeLibrary.h.
|
inline |
Public constructor.
context | context or nullptr |
Definition at line 31 of file NativeLibrary.h.
|
overridevirtual |
Load script from library.
pathName | path name |
fileName | file name |
basePathName | base path name |
Reimplemented from Library.