Cavestory Mod API
Functions
Time

Functions for telling time. More...

Functions

CAVESTORY_MOD_API unsigned int GetTicks ()
 Get the current ticks since the program started. More...
 
CAVESTORY_MOD_API unsigned long long int CSM_GetFrameCount ()
 Get the number of frames that have passed since CSMP started. More...
 

Detailed Description

Functions for telling time.

Function Documentation

◆ CSM_GetFrameCount()

CAVESTORY_MOD_API unsigned long long int CSM_GetFrameCount ( )

Get the number of frames that have passed since CSMP started.

Returns
Returns the framecount.

◆ GetTicks()

CAVESTORY_MOD_API unsigned int GetTicks ( )

Get the current ticks since the program started.

Returns
Returns number of ticks since the program started.