FrameNumber
Description
Returns the number of frames rendered since the game was launched.
Example
Prints the frame count to the console.
print(FrameNumber())
Returns the number of frames rendered since the game was launched.
Prints the frame count to the console.