Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lactozilla committed Mar 24, 2024
1 parent 20e562d commit cba38a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/Documentation.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5171,7 +5171,7 @@ <h2 style="margin-bottom: 8px;">Model.GetAnimationIndex</h2>
<p id="Reference_functions_Model_GetFrameCount">
<h2 style="margin-bottom: 8px;">Model.GetFrameCount</h2>
<code>Model.GetFrameCount(model)</code>
<div style="margin-top: 8px; font-size: 14px;">Returns how many frames exist in the model.</div>
<div style="margin-top: 8px; font-size: 14px;">Returns how many frames exist in the model. (Deprecated; use <code><a href="#Reference_functions_Model_GetAnimationLength">Model.GetAnimationLength</a></code> instead.)</div>
<div style="font-weight: bold; margin-top: 8px;">Parameters:</div>
<ul style="margin-top: 0px; font-size: 14px;">
<li>model (Integer): The model index to check.</li>
Expand Down

0 comments on commit cba38a9

Please sign in to comment.