6,834
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = onBeforeProcessCamera | ||
|side = client | |||
|type = event | |type = event | ||
| | |games = iii vc sa iv | ||
| | |desc = each camera processing occurrence occurs, before the camera is processed | ||
| | |cancel = false | ||
|exampleLuaCS = addEventHandler("onBeforeProcessCamera", function(event) | |exampleLuaCS = addEventHandler("onBeforeProcessCamera", function(event) | ||
outputChatBox("The camera is about to be processed.", COLOUR_ORANGE) | outputChatBox("The camera is about to be processed.", COLOUR_ORANGE) | ||
end) | end) | ||
}} | }} |
edits