Effect.getCameraData

Get a table of camera effect data.

Kind: Function

Environments: Game

Game

effect:getCameraData(  )

Open the full Game reference

Availability: Client only

Returns nil if the effect is not a camera effect.

Parameters:

Name Type Description
effect Effect The effect.

Returns:

Type Description
table The settings. { hasBlendIn = boolean, hasBlendOut = boolean, active = boolean, cameraPosition = Vec3, cameraRotation = Quat, cameraFov = number }