ObjectCall
(deprecated)
Category: Script
/ Function call
Since engine version: 4.6.5.0 CP
Description
Calls a public function in the target object, You should use the new syntax [pObj]->[szFunction]() or [pObj]->[idObj]::[szFunction]() instead.
Syntax
any ObjectCall
(object pObj, string szFunction, any ...);
Parameters
- pObj:
Object in which to call the function.
- szFunction:
Function to be called.
- ...:
Parameters of the function.
jwk, April 2002