Documentation

GameFrame

GameFrame()

Return the length of last frame in milliseconds.

Length of time of last frame.

Example Code

	new time = GameFrame();
	DebugText("Last Frame took %d milliseconds", time);
	

Comments

Comming Soon