WoW:Secure code: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 3: Line 3:
'''Secure code''' has the special privilege of calling [[:Category:World of Warcraft API/Protected Functions|Protected Functions]].  All Blizzard code is secure unless it has been [[Tainted code|tainted]] by non-secure code (usually through hooking).  Frames that are created from Blizzard's secure frame templates are also created secure.
'''Secure code''' has the special privilege of calling [[:Category:World of Warcraft API/Protected Functions|Protected Functions]].  All Blizzard code is secure unless it has been [[Tainted code|tainted]] by non-secure code (usually through hooking).  Frames that are created from Blizzard's secure frame templates are also created secure.


[http://forums.worldofwarcraft.com/thread.html?topicId=34224257 Go here for more info]
[http://forums.worldofwarcraft.com/thread.html?topicId=34224257&sid=1 Go here for more info]

Revision as of 16:23, 9 April 2008

Secure code has the special privilege of calling Protected Functions. All Blizzard code is secure unless it has been tainted by non-secure code (usually through hooking). Frames that are created from Blizzard's secure frame templates are also created secure.

Go here for more info