Show / Hide Table of Contents

Method GetPieceTables

| Edit this page View Source

GetPieceTables()

Returns all PieceTable instances in the game. The list is gathered on every ObjectDB.Awake() from all items in it, so depending on the timing of the call, the list might not be complete.
Declaration
public List<PieceTable> GetPieceTables()
Returns
Type Description
List<PieceTable> A list of PieceTable instances
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾