
Prototype: ExploreArea( [value] )

Description: Fills the explored bitmap with the value given. If there was no value given, it will fill with -1 (all bit set).

Parameters: 0 - undo explore
            -1 - explore
            all other values give meaningless results

Return value: None

See also: MoveToArea

