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.
See also: GameCall, ObjectCall, PrivateCall, ProtectedCall, eval
jwk, April 2002