[This is preliminary documentation and is subject to change.]
Gets the current frame rate.
 
    Namespace: 
   Rage
    Assembly:
   RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
 
public static float FrameRate { get; }Public Shared ReadOnly Property FrameRate As Single
	Get
public:
static property float FrameRate {
	float get ();
}Property Value
Type: 
SingleThe current frame rate.
 
Reference