Checks whether given variable is of type Function Pointer in script, useful to differentiate between Var and FuncPtr in Script.
Example:
if ( IsFunctionPtr( myFuncPtr ) ) ...
* = mandatory