Advertisement

Deprecated code in manual

Started by December 20, 2011 10:13 AM
0 comments, last by WitchLord 12 years, 11 months ago
In the Exception Handling section in the manual (http://angelcode.com...cript_func.html) replace:

const asIScriptFunction *function = engine->GetFunctionDescriptorById(funcId);
with:
const asIScriptFunction *function = engine->GetFunctionById(funcId);
Regards
virious
Ah, thanks. I'll have this fixed.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement