DeadZone Community Packages
    Preparing search index...

    Class RegionLocation

    Represents a region location in the game world

    Implements

    Implemented by

    Index

    Constructors

    • Creates a new RegionLocation at the X and Y position with specified ID

      Parameters

      • x: number

        the X position in the region

      • y: number

        the Y position in the region

      • id: number

        the region ID

      Returns RegionLocation

    Methods

    • Returns the X position of this region location

      Returns number

    • Returns the Y position of this region location

      Returns number

    • Returns the ID of this region location

      Returns number

    • Checks if the provided WorldPoint matches this region location

      Parameters

      Returns boolean