@@ -88,20 +88,69 @@ <h1 class='fqn'>
8888
8989 < div class ='docblock '>
9090 < p > Spawns the creature at specified location.</ p >
91- < pre > < code > enum TempSummonType
92- {
93- TEMPSUMMON_TIMED_OR_DEAD_DESPAWN = 1, // despawns after a specified time OR when the creature disappears
94- TEMPSUMMON_TIMED_OR_CORPSE_DESPAWN = 2, // despawns after a specified time OR when the creature dies
95- TEMPSUMMON_TIMED_DESPAWN = 3, // despawns after a specified time
96- TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT = 4, // despawns after a specified time after the creature is out of combat
97- TEMPSUMMON_CORPSE_DESPAWN = 5, // despawns instantly after death
98- TEMPSUMMON_CORPSE_TIMED_DESPAWN = 6, // despawns after a specified time after death
99- TEMPSUMMON_DEAD_DESPAWN = 7, // despawns when the creature disappears
100- TEMPSUMMON_MANUAL_DESPAWN = 8, // despawns when UnSummon() is called
101- TEMPSUMMON_TIMED_OOC_OR_CORPSE_DESPAWN = 9, // despawns after a specified time (OOC) OR when the creature dies
102- TEMPSUMMON_TIMED_OOC_OR_DEAD_DESPAWN = 10 // despawns after a specified time (OOC) OR when the creature disappears
103- };
104- </ code > </ pre >
91+ < div class ="table-container ">
92+ < table >
93+ < thead >
94+ < tr >
95+ < th > TempSummonType</ th >
96+ < th > ID</ th >
97+ < th > Comment</ th >
98+ </ tr >
99+ </ thead >
100+ < tbody >
101+ < tr >
102+ < td > TEMPSUMMON_TIMED_OR_DEAD_DESPAWN</ td >
103+ < td > 1</ td >
104+ < td > despawns after a specified time OR when the creature disappears</ td >
105+ </ tr >
106+ < tr >
107+ < td > TEMPSUMMON_TIMED_OR_CORPSE_DESPAWN</ td >
108+ < td > 2</ td >
109+ < td > despawns after a specified time OR when the creature dies</ td >
110+ </ tr >
111+ < tr >
112+ < td > TEMPSUMMON_TIMED_DESPAWN</ td >
113+ < td > 3</ td >
114+ < td > despawns after a specified time</ td >
115+ </ tr >
116+ < tr >
117+ < td > TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT</ td >
118+ < td > 4</ td >
119+ < td > despawns after a specified time after the creature is out of combat</ td >
120+ </ tr >
121+ < tr >
122+ < td > TEMPSUMMON_CORPSE_DESPAWN</ td >
123+ < td > 5</ td >
124+ < td > despawns instantly after death</ td >
125+ </ tr >
126+ < tr >
127+ < td > TEMPSUMMON_CORPSE_TIMED_DESPAWN</ td >
128+ < td > 6</ td >
129+ < td > despawns after a specified time after death</ td >
130+ </ tr >
131+ < tr >
132+ < td > TEMPSUMMON_DEAD_DESPAWN</ td >
133+ < td > 7</ td >
134+ < td > despawns when the creature disappears</ td >
135+ </ tr >
136+ < tr >
137+ < td > TEMPSUMMON_MANUAL_DESPAWN</ td >
138+ < td > 8</ td >
139+ < td > despawns when UnSummon() is called</ td >
140+ </ tr >
141+ < tr >
142+ < td > TEMPSUMMON_TIMED_OOC_OR_CORPSE_DESPAWN</ td >
143+ < td > 9</ td >
144+ < td > despawns after a specified time (OOC) OR when the creature dies</ td >
145+ </ tr >
146+ < tr >
147+ < td > TEMPSUMMON_TIMED_OOC_OR_DEAD_DESPAWN</ td >
148+ < td > 10</ td >
149+ < td > despawns after a specified time (OOC) OR when the creature disappears</ td >
150+ </ tr >
151+ </ tbody >
152+ </ table >
153+ </ div >
105154
106155
107156 < h2 id ="synopsis " class ='section-header '>
0 commit comments