Documentation

GameFrame2

GameFrame2()

Return the length of last frame in seconds as a fixed point number.

Length of time of last frame.

Example Code

	new Fixed:time = GameFrame2();
	DebugText("Last Frame took %q seconds", time);
	

Comments

Comming Soon