Revision Difference
Global.FrameNumber#515997
<function name="FrameNumber" parent="Global" type="libraryfunc">
<description>Returns the number of frames rendered since the game was launched.</description>
<realm>Client</realm>
</function>
⤶
{{Example⤶
| Description = Prints the frame count to the console.⤶
| Code = print(FrameNumber())⤶
}}⤶
<example>⤶
<description>Prints the frame count to the console.</description>⤶
<code>print(FrameNumber())</code>⤶
⤶
</example>