Black Ops III

IsFunctionPtr

Checks whether given variable is of type Function Pointer in script, useful to differentiate between Var and FuncPtr in Script.

Example:

if ( IsFunctionPtr( myFuncPtr ) ) ...

Parameters

ParameterSummary
*variablevariable to test

* = mandatory