|
Angelscript addon Template Containers
2.31.0
STL container powerr for Angelscript
|
Used to pass function names from script to host. See manual page aatc_funcpointer. More...
#include <aatc_common.hpp>
Public Member Functions | |
| bool | Set (config::t::string funcname) |
| bool | Set (config::t::string funcname, void *ref, int tid) |
| void | Clear () |
| void | Prepare (asIScriptContext *context) |
| void | Execute (asIScriptContext *context) |
| void | scriptsidecall_CallVoid () |
Public Member Functions inherited from aatc::common::basetype_refcounted | |
| void | refcount_Add () |
| void | refcount_Release () |
Static Public Member Functions | |
| static script_Funcpointer * | Factory () |
Public Attributes | |
| asIScriptEngine * | engine |
| asIScriptFunction * | func |
| config::t::string | funcname |
| bool | is_thiscall |
| asIScriptObject * | so |
| bool | ready |
Public Attributes inherited from aatc::common::basetype_refcounted | |
| int | refcount |
Used to pass function names from script to host. See manual page aatc_funcpointer.