SetCleared - Location
Revision as of 14:07, 20 October 2011 by imported>Jlundin (→Parameters)
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)