Class OutOfTownDoor
public class OutOfTownDoor : AnimatedDoor
- Inheritance
-
OutOfTownDoor
- Inherited Members
- Extension Methods
Constructors
OutOfTownDoor(OpeningType, int[], OutOfTownIntention)
public OutOfTownDoor(OpeningType type, int[] colors, OutOfTownIntention intention)
Parameters
typeOpeningTypecolorsint[]intentionOutOfTownIntention
Fields
Intention
[DataMember]
public readonly OutOfTownIntention Intention
Field Value
Methods
CanWalkThrough(Map, WallLike, MapObject)
Returns whether a PersonLike is able to walk through a WallLike that has this opening. This returns true for WalkableOpening and LockableAnimatedDoor and false for Opening.
public override bool CanWalkThrough(Map map, WallLike wall, MapObject obj)