OnPlayerSkydive

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
OnPlayerSkydive

Type: Event
Context: Client
Introduced: v1.0

Description

Called when the player starts to skydive.

Syntax

OnPlayerSkydive()

Example

function PlayerSkydive()
	AddPlayerChat("Good luck.")
	SetPostEffect("DepthOfField", "Distance", 0.05)
end
AddEvent("OnPlayerSkydive", PlayerSkydive)

See also