openmw-tes3coop/monster/modules/frames.mn

10 lines
229 B
Text
Raw Normal View History

module frames;
float time; // Time since last frame
float totalTime; // Time since rendering started
ulong counter; // Number of frames since program startup
// Sleep a given number of frames
idle fsleep(int frameNum);