WoW:Secure code: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(stub)
Line 1: Line 1:
{{Stub/API}}
'''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.


[[Category:World of Warcraft API]]
[[Category:World of Warcraft API]]

Revision as of 19:08, 27 December 2006

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.