b2dGetMaxFPS

Returns the current frame-rate cap (0 = uncapped).

2D Overlay

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Int

Quick Summary

Returns the current frame-rate cap (0 = uncapped).

Technical Exegesis...

Reports the value last set with b2dSetMaxFPS, or 0 if the frame rate is uncapped.

Example

Example.bam
; No example implemented yet