Pathfinder
Namespaces | Typedefs | Functions
EScriptHelper.h File Reference

This file is needed to be able to call the implemented function in an EScript script. More...

#include <functional>
Include dependency graph for EScriptHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 EScript
 
 Pathfinder
 

Typedefs

typedef std::function< void(EScript::Namespace *lib)> Pathfinder::EScriptInitFunction_t
 

Functions

bool Pathfinder::registerEScriptInit (const EScriptInitFunction_t &initFn)
 Register the initializer method. More...
 

Detailed Description

This file is needed to be able to call the implemented function in an EScript script.

Author
Sascha Brandt