class SmartScriptFunction;
ScriptHelpers.h
Smart wrapper on top of script function handle.
SmartScriptFunction& operator =(const SmartScriptFunction& other);
HSCRIPTFUNCTION get() const;
operator HSCRIPTFUNCTION() const;
void reset();
void reset(IScriptSystem* pSS, HSCRIPTFUNCTION func);
SmartScriptFunction();
SmartScriptFunction(IScriptSystem * pSS, HSCRIPTFUNCTION func);
SmartScriptFunction(const SmartScriptFunction& other);
void swap(SmartScriptFunction& other);