MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-04-28 15:20:29 +00:00
parent c5041ce336
commit 694d5b2794
35 changed files with 863 additions and 857 deletions

View File

@@ -2517,7 +2517,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code> local BlueVictory = USERSOUND:New( "BlueVictory.ogg" )
local PlayerUnit = UNIT:FindByName( "PlayerUnit" ) -- Search for the active group named "PlayerUnit", that contains a human player.
local PlayerUnit = UNIT:FindByName( "PlayerUnit" ) -- Search for the active group named "PlayerUnit", a human player.
BlueVictory:ToUnit( PlayerUnit ) -- Play the victory sound to the player unit.
</code></pre>