Squirrel/Client/Functions/Camera/FadeCamera

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(This function fades the camera of the client. You are also able to set the colour.)

Revision as of 11:37, 27 July 2012

Syntax

FadeCamera can take 3 different lists of parameters. These are:

  1. bool FadeCamera( float speed, bool fadeIn )
  1. bool FadeCamera( float speed, bool fadeIn, Colour col )
  1. bool FadeCamera( float speed, bool fadeIn, int r, int g, int b )

Arguments

  • speed - The fading speed. The higher the value, the slower the fade
  • fadeIn - A boolean representing whether the camera should be faded in or out
  • col - A pointer to a predefined colour object to set the fade colour
  • r, g, b - Integer values for the fading colours - red, green, blue. Values range from 0 to 255
Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox