Wiki

Clone wiki

RogueSharp / RogueSharp / IMap / Clear_1

IMapClear Method (Boolean, Boolean)

Sets the properties of all Cells in the Map to the specified values

Namespace: RogueSharp
Assembly:

Syntax

void Clear(
    bool isTransparent,
    bool isWalkable
)

Parameters

isTransparent

Type: SystemBoolean
Optional parameter defaults to false if not provided. True if line-of-sight is not blocked by this Cell. False otherwise

isWalkable

Type: SystemBoolean
Optional parameter defaults to false if not provided. True if a character could walk across the Cell normally. False otherwise

See Also

Reference

IMap Interface
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated