OnRenderEffects: Difference between revisions

(Created page with "{{ScriptItem |endpoint = client |type = event |name = onRenderEffects |usage = effects are drawn |callbackParameters = Event event |cancellable = false }}")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = client
|name = onRenderEffects
|side = client
|type = event
|type = event
|name = onRenderEffects
|games = iii vc sa
|usage = effects are drawn
|desc = effects are drawn
|callbackParameters = Event event
|cancel = false
|cancellable = false
}}
}}

Latest revision as of 20:28, 19 November 2022

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

Available since Client 1.0.0

onRenderEffects(Event event)

The onRenderEffects event is invoked when effects are drawn.

Parameters

void This event doesn't take any parameters.

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

        OnPostRender2D
        OnPreRender
        OnRender
        OnRender2D
      OnRenderEffects