Skip to content

Commit fd81052

Browse files
Updated LDoc
1 parent dcb4333 commit fd81052

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

doc/modules/Musician.Utils.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ <h2><a href="#Functions">Functions</a></h2>
261261
<td class="summary">Return the short locale code of the realm the player belongs to</td>
262262
</tr>
263263
<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>
264268
<td class="name" nowrap><a href="#Musician.Utils.GetUrlLink">Musician.Utils.GetUrlLink (url)</a></td>
265269
<td class="summary">Get URL hyperlink</td>
266270
</tr>
@@ -1306,6 +1310,25 @@ <h3>Returns:</h3>
13061310

13071311

13081312

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+
13091332
</dd>
13101333
<dt>
13111334
<a name = "Musician.Utils.GetUrlLink"></a>

doc/modules/MusicianButton.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ <h2><a href="#Functions">Functions</a></h2>
143143
<td class="summary">Open main menu</td>
144144
</tr>
145145
<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>
146150
<td class="name" nowrap><a href="#ShowTooltip">ShowTooltip (self)</a></td>
147151
<td class="summary">ShowTooltip</td>
148152
</tr>
@@ -265,6 +269,20 @@ <h3>Parameters:</h3>
265269

266270

267271

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+
268286
</dd>
269287
<dt>
270288
<a name = "ShowTooltip"></a>

0 commit comments

Comments
 (0)