const asIScriptFunction *function = engine->GetFunctionDescriptorById(funcId);
with:
const asIScriptFunction *function = engine->GetFunctionById(funcId);
Regards
virious
const asIScriptFunction *function = engine->GetFunctionDescriptorById(funcId);
const asIScriptFunction *function = engine->GetFunctionById(funcId);
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game