1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < meta name ="description " content ="API documentation for the Creature:ClearThreatList method in the Eluna engine. ">
7+ < meta name ="keywords " content ="eluna, lua, lua engine, trinitycore, trinity, mangos, cmangos, script, scripting, doc, docs, documentation ">
8+
9+ < title > Creature:ClearThreatList - Eluna</ title >
10+
11+ < link rel ="stylesheet " type ="text/css " href ="../static/main.css ">
12+
13+ < link rel ="shortcut icon " href ="../static/favicon.ico ">
14+
15+ </ head >
16+ < body class ="rustdoc ">
17+ <!--[if lte IE 8]>
18+ <div class="warning">
19+ This old browser is unsupported and will most likely display funky
20+ things.
21+ </div>
22+ <![endif]-->
23+
24+ < section class ="sidebar ">
25+ < a href ='../index.html '> < img src ='../static/eluna-logo.png ' alt ='Eluna Logo ' width ='100 '> </ a >
26+ < div class ="block ">
27+
28+ < h2 > Creature Methods</ h2 >
29+ < script src ="sidebar.js "> </ script >
30+ < script >
31+ // Highlight current method by adding "current" class to it
32+ var element = document . getElementById ( "Creature:ClearThreatList" ) ;
33+ if ( element ) {
34+ var classname = "current" ;
35+ arr = element . className . split ( " " ) ;
36+ if ( arr . indexOf ( classname ) == - 1 ) {
37+ element . className += " " + classname ;
38+ }
39+ }
40+ </ script >
41+
42+ </ div >
43+ </ section >
44+
45+ < nav class ="sub ">
46+ < form class ="search-form js-only ">
47+ < div class ="search-container ">
48+ < input class ="search-input " name ="search "
49+ autocomplete ="off "
50+ placeholder ="Click or press 'S' to search, '?' for more options... "
51+ type ="search ">
52+ </ div >
53+ </ form >
54+ </ nav >
55+
56+ < section id ='main ' class ="content mod ">
57+ < h1 class ='fqn '>
58+ Method
59+ < a class ="mod " href ="../Creature/index.html "> Creature</ a > :< a class ="fn " href ="../Creature/ClearThreatList.html "> ClearThreatList</ a >
60+ < span class ='out-of-band '>
61+ < span id ='render-detail '>
62+ < a id ="collapse-all " href ="# "> [-]</ a >
63+ < a id ="expand-all " href ="# "> [+]</ a >
64+ </ span >
65+ </ span >
66+ </ h1 >
67+
68+
69+ < div class ='docblock '>
70+ < p > Clear the < a class ="mod " href ="../Creature/index.html "> Creature</ a > 's threat list. This will cause evading.</ p >
71+
72+ < h2 id ="synopsis " class ='section-header '>
73+ < a href ="#synopsis "> Synopsis</ a >
74+ </ h2 >
75+ < p >
76+ < code > Creature:ClearThreatList()</ code >
77+ </ p >
78+
79+ < h2 id ="arguments " class ='section-header '>
80+ < a href ="#arguments "> Arguments</ a >
81+ </ h2 >
82+ < p >
83+ None.
84+ </ p >
85+
86+ < h2 id ="returns " class ='section-header '>
87+ < a href ="#returns "> Returns</ a >
88+ </ h2 >
89+ < p >
90+ Nothing.
91+ </ p >
92+ </ div >
93+
94+ </ section >
95+
96+ < section id ='search ' class ="content hidden "> </ section >
97+
98+ < section class ="footer "> </ section >
99+
100+ < div id ="help " class ="hidden ">
101+ < div class ="shortcuts ">
102+ < h1 > Keyboard shortcuts</ h1 >
103+ < dl >
104+ < dt > ?</ dt >
105+ < dd > Show this help dialog</ dd >
106+ < dt > S</ dt >
107+ < dd > Focus the search field</ dd >
108+ < dt > ⇤</ dt >
109+ < dd > Move up in search results</ dd >
110+ < dt > ⇥</ dt >
111+ < dd > Move down in search results</ dd >
112+ < dt > ⏎</ dt >
113+ < dd > Go to active search result</ dd >
114+ </ dl >
115+ </ div >
116+ < div class ="infos ">
117+ < h1 > Search tricks</ h1 >
118+ < p >
119+ Prefix searches with a type followed by a colon (e.g.
120+ < code > fn:</ code > ) to restrict the search to a given type.
121+ </ p >
122+ < p >
123+ Accepted types are: < code > fn</ code > , < code > mod</ code > ,
124+ < code > struct</ code > (or < code > str</ code > ), < code > enum</ code > ,
125+ < code > trait</ code > , < code > typedef</ code > (or
126+ < code > tdef</ code > ).
127+ </ p >
128+ </ div >
129+ </ div >
130+
131+ < script >
132+ window . rootPath = "../" ;
133+ </ script >
134+ < script src ="../static/jquery.js "> </ script >
135+ < script src ="../static/main.js "> </ script >
136+ < script async src ="../search-index.js "> </ script >
137+ < center > Generated on < script src ="../date.js "> </ script > </ center >
138+ < center > © 2010 - 2024 Eluna Lua Engine</ center >
139+ </ body >
140+ </ html >
0 commit comments