TinyLifeExampleMod/Api/TinyLife/World/Opening.md

1.3 KiB

Opening

Namespace: TinyLife > World

Assembly: Tiny Life.dll

Implements IPricedObject

Summary

An opening is some sort of extrusion in a TinyLife.World.Wall, like a window or a door. Openings are created from their underlying TinyLife.World.OpeningType.

Constructors

Name Summary
Opening ( OpeningType, Int32 ) Creates a new opening from the given opening type and color

Fields

Type Name Summary
Int32 Color The index of the TinyLife.World.OpeningType's TinyLife.World.OpeningType.ColorScheme that this opening instance has
OpeningType Type The TinyLife.World.OpeningType that this opening has

Methods

Return Name Summary
Boolean CanWalkThrough ( ) Returns whether a TinyLife.Objects.Person is able to walk through a TinyLife.World.Wall that has this opening. This returns true for TinyLife.World.Door and false for TinyLife.World.Opening.
Single GetPrice ( )