Angelscript addon Template Containers  1.0
STL container powerr for Angelscript
aatc_script_Funcpointer Class Reference

Used to pass function names from script to host. See manual page aatc_funcpointer. More...

#include <aatc_common.hpp>

Inheritance diagram for aatc_script_Funcpointer:
aatc_refcounted

Public Member Functions

bool Set (aatc_type_string funcname)
 
bool Set (aatc_type_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_refcounted
void refcount_Add ()
 
void refcount_Release ()
 

Static Public Member Functions

static aatc_script_FuncpointerFactory ()
 

Public Attributes

asIScriptEngine * engine
 
asIScriptFunction * func
 
aatc_type_string funcname
 
bool is_thiscall
 
asIScriptObject * so
 
bool ready
 
- Public Attributes inherited from aatc_refcounted
int refcount
 

Detailed Description

Used to pass function names from script to host. See manual page aatc_funcpointer.