Overte C++ Documentation
HelperScriptEngine Class Reference

Provides a wrapper around script engine that does not have ScriptManager. More...

#include <HelperScriptEngine.h>

Public Member Functions

ScriptEngineget ()
 Returns pointer to the script engine. More...
 

Detailed Description

Provides a wrapper around script engine that does not have ScriptManager.

HelperScriptEngine is used for performing smaller tasks, like for example conversions between entity properties and JSON data. For thread safety all accesses to helper script engine need to be done either through HelperScriptEngine::run() or HelperScriptEngine::runWithResult().

Member Function Documentation

◆ get()

ScriptEngine* HelperScriptEngine::get ( )
inline

Returns pointer to the script engine.

This function should be used only inside HelperScriptEngine::run() or HelperScriptEngine::runWithResult()


The documentation for this class was generated from the following files: