wowpedia
Main Menu


Calls the specified function without propagating taint to the caller.

... = securecall(func or functionName, ...)
... = securecallfunction(func, ...)

Arguments

func
function|string - A direct reference of the function to be called, or for securecall a string name of a function to be resolved through a global lookup.
...
Additional arguments to supply to the function.

Returns

...
The return values of the called function.

Details

Patch changes

Shadowlands Patch 9.1.5 (2021-11-02): Added securecallfunction.
Bc icon Patch 2.0.1 (2006-12-05): Added securecall.