ProtectedCall
Category: Script
/ Function call
Since engine version: 4.6.5.0 CP
Description
Calls the protected or public function szFunction in pObj. You should reconsider whether this workaround is really necessary.
Syntax
any ProtectedCall
(object pObj, string szFunction, any ...);
Parameters
- pObj:
Object in which to call the function.
- szFunction:
Function to be called.
- ...:
Parameters of the function.
jwk, Juni 2002