File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,10 @@ <h2><a href="#Functions">Functions</a></h2>
261
261
< td class ="summary "> Return the short locale code of the realm the player belongs to</ td >
262
262
</ tr >
263
263
< tr >
264
+ < td class ="name " nowrap > < a href ="#Musician.Utils.GetSoundCacheSize "> Musician.Utils.GetSoundCacheSize ()</ a > </ td >
265
+ < td class ="summary "> Get the recommended total sound cache size.</ td >
266
+ </ tr >
267
+ < tr >
264
268
< td class ="name " nowrap > < a href ="#Musician.Utils.GetUrlLink "> Musician.Utils.GetUrlLink (url)</ a > </ td >
265
269
< td class ="summary "> Get URL hyperlink</ td >
266
270
</ tr >
@@ -1306,6 +1310,25 @@ <h3>Returns:</h3>
1306
1310
1307
1311
1308
1312
1313
+ </ dd >
1314
+ < dt >
1315
+ < a name = "Musician.Utils.GetSoundCacheSize "> </ a >
1316
+ < strong > Musician.Utils.GetSoundCacheSize ()</ strong >
1317
+ </ dt >
1318
+ < dd >
1319
+ Get the recommended total sound cache size.
1320
+
1321
+
1322
+
1323
+ < h3 > Returns:</ h3 >
1324
+ < ol >
1325
+
1326
+ cacheSize (number) in MB
1327
+ </ ol >
1328
+
1329
+
1330
+
1331
+
1309
1332
</ dd >
1310
1333
< dt >
1311
1334
< a name = "Musician.Utils.GetUrlLink "> </ a >
Original file line number Diff line number Diff line change @@ -143,6 +143,10 @@ <h2><a href="#Functions">Functions</a></h2>
143
143
< td class ="summary "> Open main menu</ td >
144
144
</ tr >
145
145
< tr >
146
+ < td class ="name " nowrap > < a href ="#Refresh "> Refresh ()</ a > </ td >
147
+ < td class ="summary "> Refresh the button and its components</ td >
148
+ </ tr >
149
+ < tr >
146
150
< td class ="name " nowrap > < a href ="#ShowTooltip "> ShowTooltip (self)</ a > </ td >
147
151
< td class ="summary "> ShowTooltip</ td >
148
152
</ tr >
@@ -265,6 +269,20 @@ <h3>Parameters:</h3>
265
269
266
270
267
271
272
+ </ dd >
273
+ < dt >
274
+ < a name = "Refresh "> </ a >
275
+ < strong > Refresh ()</ strong >
276
+ </ dt >
277
+ < dd >
278
+ Refresh the button and its components
279
+
280
+
281
+
282
+
283
+
284
+
285
+
268
286
</ dd >
269
287
< dt >
270
288
< a name = "ShowTooltip "> </ a >
You can’t perform that action at this time.
0 commit comments