This commit is contained in:
n00b87
2025-08-22 15:25:07 -05:00
parent 60278f03ba
commit ee5395bd66
22 changed files with 767 additions and 281 deletions

View File

@@ -185,6 +185,17 @@
<br>
</p>
<p>
<b>Function Serenity_GetMeshAnimationIDByName(mesh_index, animation_name$)</b>
</p>
<ul>
<li>
Returns the RCBasic mesh animation id
</li>
</ul>
<p>
<br>
</p>
<p>
</body>
</html>

View File

@@ -95,3 +95,9 @@
#li Returns the RCBasic mesh animation id
#/list
<br>
<b>Function Serenity_GetMeshAnimationIDByName(mesh_index, animation_name$)</b>
#list ul
#li Returns the RCBasic mesh animation id
#/list
<br>

0
doc/serenity_docs/update_doc.sh Normal file → Executable file
View File