Skip to content
aubergine10 edited this page Oct 27, 2015 · 2 revisions

This property indicates which cell an object, such as a door, is associated with.

For example, a SolitaryDoor object would use this property if its being used as the door to a cell, holding cell or solitary cell.

Note: Prisoners likely have a CellId property, but I've not had chance to check yet.

The value is a table with two properties: i (index) and u (unique index).

Further investigation is required to find a way to quickly retrieve the referenced cell object.

See also: CellIdTimer property.

^ Open "Pages" to Search



Guides:

  • [Lua Basics](Lua Basics Guide)
  • [Save-Load Cycle](Save-Load Cycle Guide)

[Globals](Object Globals):

  • [Game](Game (Global))
  • [me](me (Global))
  • [Object](Object (Global))
  • [this](this (Global))

[Events](Object Events):

Psuedo-Types:

  • [Rotation table](Rotation table)
  • [Id table](Id table)
  • [Location table](Location table)
  • [Velocity table](Velocity table)

[Methods](Object Methods):

[Properties](Object Properties):

Clone this wiki locally