Description
Functions
void | init( EScript::Namespace * o) |
ObjRef | loadOnce( Runtime & runtime, const std::string & filename) |
void | print_r( Object * o, int maxLevel, int level) formatted output |
std::string | getOS() |
Documentation
function
EScript::StdLib::init
public |
void init( | EScript::Namespace * | o ) |
Defined in EScript/E_Libs/StdLib.h:21
function
EScript::StdLib::loadOnce
public |
ObjRef loadOnce( | Runtime & | runtime, |
const std::string & | filename | |
) |
Loads and executes the script from filefilenameif the file has not already been loaded by this function. Returns the return value;
Note: May throw ‘ Object *’ on error!
Defined in EScript/E_Libs/StdLib.h:29
function
EScript::StdLib::print_r
public |
void print_r( | Object * | o, |
int | maxLevel, | |
int | level | |
) |
formatted output
Defined in EScript/E_Libs/StdLib.h:32
function
EScript::StdLib::getOS
public |
std::string getOS( | ) |
Defined in EScript/E_Libs/StdLib.h:35