TinyLifeExampleMod/Api/TinyLife/Objects/Gravestone.md

1.1 KiB

Gravestone

Namespace: TinyLife > Objects

Assembly: Tiny Life.dll

Implements IGenericDataHolder, IPricedObject

Constructors

Name Summary
Gravestone ( Guid, FurnitureType, Int32[], Map, Vector2 )

Fields

Type Name Summary
DeathReason Reason The TinyLife.Objects.Person.DeathReason for this gravestone's TinyLife.Objects.Gravestone.DeadPerson's death

Properties

Type Name Summary
Person DeadPerson The TinyLife.Objects.Person that is "stored" in this gravestone. Note that the actual dead person is stored in TinyLife.World.Map.GetDeadPerson(System.Guid).

Methods

Return Name Summary
Tooltip GetHoverInfo ( )