SetPlayerControls - Actor

Revision as of 15:27, 18 October 2011 by imported>Vitamant (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

Set the actor as being controlled (or not controlled) by the player's controls.

SyntaxEdit

Function SetPlayerControls(bool abControls) native

ParametersEdit

  • abControls: Whether this actor is controlled by the player's controls or not

Return ValueEdit

None.

ExamplesEdit

; Control the puppet with the player's controls
Puppet.SetPlayerControls(true)

See AlsoEdit