GameRawFrameRender Event

RAGE Plugin Hook Documentation

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

Called on each frame.

Natives cannot be called in here, and any attempt to may crash the game.

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

public static event EventHandler<GraphicsEventArgs> RawFrameRender

Value

Type: SystemEventHandlerGraphicsEventArgs
Examples

See Also

Reference