Click or drag to resize
Terrarium.Sdk.Classes.Engine.Exceptions Namespace

[Missing <summary> documentation for "N:Terrarium.Sdk.Classes.Engine.Exceptions"]

Classes
  ClassDescription
Public classAlreadyFullException
The animal is already full, so this action doesn't make sense.
Public classAlreadyReproducingException
You can only reproduce when current reproduction is finished.
Public classGameEngineException
The base class for all exceptions an organism will receive from the game.
Public classImproperFoodException
Organism tried to eat an improper food: Carnivores must eat meat, and herbivores must eat plants.
Public classNotDeadException
An animal must be dead to eat it.
Public classNotEnoughEnergyException
Not enough energy to perform this action.
Public classNotHungryException
Must be hungry (i.e. have a Normal or Deterioration energy level) to perform this action.
Public classNotMatureException
Only mature organisms can reproduce.
Public classNotReadyToReproduceException
Not enough time has elapsed since last reproduction.
Public classNotVisibleException
You tried to perform an action on another organism that was not visible to you.
Public classNotWithinDistanceException
The target organism is too far away to perform the requested action.
Public classOrganismException
Base class for all exceptions that the game throws to organisms.
Public classOutOfBoundsException
You tried to move to a position that is outside the boundaries of the world.
Public classSizeOutOfRangeCharacteristicException

Size must be within a certain bounds.

Public classTooFastException
This organism cannot move this fast.
Public classTooManyPointsOnOneCharacteristicException

Can only apply 100 points to any given characteristic.