Wiki

Clone wiki

RogueSharp / RogueSharp / GoalMap / RemoveGoal

GoalMapRemoveGoal Method

Remove a Goal at the specified location

Namespace: RogueSharp
Assembly:

Syntax

public void RemoveGoal(
    int x,
    int y
)

Parameters

x

Type: SystemInt32
X location of the Goal starting with 0 as the farthest left

y

Type: SystemInt32
Y location of the Goal starting with 0 as the top

Implements

IGoalMapRemoveGoal(Int32, Int32)

See Also

Reference

GoalMap Class
RogueSharp Namespace

[4]: 2014-2016 Faron Bracy

Updated