GameFrameCount Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets the total number of frames that's been rendered this session.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static uint FrameCount { get; }

Property Value

Type: UInt32
The total number of frames that's been rendered this session.
Remarks

The frame count does not increase while the game is paused.
See Also

Reference