Call
(deprecated)
Category: Script
/ Function call
Since engine version: 4.6.5.0 CP
Description
Calls the local function 'szFunction'. You should use direct calling as with engine functions instead.
Syntax
any Call
(string szFunction, any ...);
Parameters
- szFunction:
Function to be called.
- ...:
Parameters of the function.
jwk, April 2002