OnRenderEffects: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Created page with "{{ScriptItem |endpoint = client |type = event |name = onRenderEffects |usage = effects are drawn |callbackParameters = Event event |cancellable = false }}")
 
No edit summary
Line 1: Line 1:
{{ScriptItem
{{ScriptItem
|endpoint = client
|endpoint = client
|games = iii vc sa
|type = event
|type = event
|name = onRenderEffects
|name = onRenderEffects

Revision as of 22:11, 20 August 2021

Event Client Only icon-iii.png icon-vc.png icon-sa.png Online and Offline Not Cancellable

Available since Client 1.0.0

function(Event event)

The onRenderEffects event is invoked when effects are drawn.

Parameters

1) Event event The event object for this event.

Attributes

const This event cannot be cancelled.

Notes

There aren't any notes for this event.

Examples

There aren't any examples for this event.

Compatibility

There isn't any compatibility information for this event.

Related

Client Related

icon-iii.png icon-vc.png icon-sa.png icon-iv.png OnPostRender2D
icon-iii.png icon-vc.png icon-sa.png icon-iv.png OnPreRender
icon-iii.png icon-vc.png icon-sa.png icon-iv.png OnRender
icon-iii.png icon-vc.png icon-sa.png icon-iv.png OnRender2D
icon-iii.png icon-vc.png icon-sa.png OnRenderEffects