SetAttackActorOnSight - Actor

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

Member of: Actor Script

Flags this actor to be attacked by all actors when detected

SyntaxEdit

Function SetAttackActorOnSight(bool abAttackOnSight = true) native

ParametersEdit

  • abAttackOnSight: Whether to set or clear the actor's attacke on sight status.
    • Default: True

Return ValueEdit

None.

ExamplesEdit

; Set Buddy to be attacked by everyone
Buddy.SetAttackActorOnSight()


; Clear buddy getting attacked by everyone
Buddy.SetAttackActorOnSight(false)

See AlsoEdit