Table of Contents

Enum PregnancyAbility

Namespace
TinyLife.Objects
Assembly
Tiny Life.dll

An enumeration that describes a Person's pregnancy-related abilities. Note that, since this is not a FlagsAttribute enum, only one of these can be set at any given time.

public enum PregnancyAbility
Extension Methods

Fields

GetOthersPregnant = 1

The ability to get other Tinies pregnant.

GetPregnant = 2

The ability to get pregnant through fooling around with other Tinies.

Neither = 0

No pregnancy ability.