onBeforeProcessCamera

Revision as of 19:29, 5 February 2019 by Mex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Available since Client 1.0.0

function(Event event)

The onBeforeProcessCamera event is invoked when each camera processing occurrence occurs, before the camera is processed.

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

Example 1 - Lua - Client-Side:

addEventHandler("onBeforeProcessCamera", function(event) outputChatBox("The camera is about to be processed.", COLOUR_ORANGE) end)

Compatibility

There isn't any compatibility information for this event.

Related

Client Related

        OnBeforeProcessCamera
        OnCameraProcess