Class EntityTypesBeta

Used for accessing all entity types currently available for use within the world.

Hierarchy

  • EntityTypes

Constructors

Methods

Constructors

Methods

  • Parameters

    • identifier: string

    Returns EntityType

    Remarks

    Retrieves an entity type using a string-based identifier.

    This function can't be called in read-only mode.

  • Returns EntityTypeIterator

    Remarks

    Retrieves an iterator of all entity types within this world.

    This function can't be called in read-only mode.