IsLookingControlsEnabled - Game

Revision as of 13:44, 13 March 2012 by imported>Chesko
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script

Checks to see if looking controls are currently enabled or not.

SyntaxEdit

bool Function IsLookingControlsEnabled() native global

ParametersEdit

None.

Return ValueEdit

True if the looking controls are currently enabled, false otherwise.

ExamplesEdit

; Can the player look around?
if Game.IsLookingControlsEnabled()
  Debug.Trace("Player can look around!")
endIf

See AlsoEdit