SetCleared - Location

Revision as of 14:07, 20 October 2011 by imported>Jlundin (→‎Parameters)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Location Script

Flags or unflags this location as cleared.

SyntaxEdit

Function SetCleared(bool abCleared = true) native

ParametersEdit

  • abCleared: Whether to set or clear the cleared flag.
    • Default: True

Return ValueEdit

None.

ExamplesEdit

; Flag the house as cleared
HouseProperty.SetCleared()


; Unflag the house as cleared
HouseProperty.SetCleared(false)

See AlsoEdit