TRegisteredProc

Unit: ifs_var.pas
TRegisteredProc type is used when someone adds an external function or procedure to the script engine.

Declaration:
TRegisteredProc = function(ID: Pointer; const ProcName: string; Params: PVariableManager; res: PIfVariant): TCS2Error;