Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns true if the current execution path is secure.

secure = issecure()

Returns[]

secure
boolean - true if the current path is secure (and able to call protected functions), false otherwise.

Details[]

  • This function will return false if called from any (insecure) addon code.
  • Certain API functions (and FrameXML functions that check this function's return value) cannot be called from tainted execution paths.
Advertisement