SecureHandlerExecute()

From Warcraft Wiki
Jump to navigation Jump to search
This function is implemented in FrameXML/SecureHandlers.lua.

Executes code in a frame's RestrictedEnvironment.

SecureHandlerExecute(frame, body)
SecureHandlerBaseTemplate:Execute(body)

Arguments

frame
Frame - Frame whose frame handle is passed to the code snippet.
body
string - Code snippet that receives only the frame's secure handle as an argument, and no return values are expected.

See also

External links