GridSpecific

Overview

Functions

GetCrawlSpaces()

GridEntityarrow-up-right[] GetCrawlSpaces(CrawlSpaceVariant? crawlSpaceVariant = -1. which matches all variants.)

Helper function to get all grid entities with type GridEntityType.GRID_STAIRS and the given variant.

GetPits()

GridEntityPitarrow-up-right[] GetPits(PitVariant? pitVariant)

Helper function to get all grid entities with type GridEntityType.GRID_PIT and the given variant.

GetPoops()

GridEntityPooparrow-up-right[] GetPoops(PoopGridEntityVariant? poopVariant)

Helper function to get all grid entities with type GridEntityType.GRID_POOP and the given variant.

GetPressurePlates()

GridEntityPressurePlatearrow-up-right[] GetPressurePlates(PressurePlateVariant? pressurePlateVariant)

Helper function to get all grid entities with type GridEntityType.GRID_PRESSURE_PLATE and the given variant.

GetRocks()

GridEntityRockarrow-up-right[] GetRocks(RockVariant? rockVariant)

Helper function to get all grid entities with type GridEntityType.GRID_ROCK and the given variant.

GetSpikes()

GridEntitySpikesarrow-up-right[] GetSpikes(integer? spikesVariant)

Helper function to get all grid entities with type GridEntityType.GRID_SPIKES and the given variant.

GetTeleporters()

GridEntityarrow-up-right[] GetTeleporters(integer? teleporterVariant)

Helper function to get all grid entities with type GridEntityType.GRID_TELEPORTER and the given variant.

GetTNTs()

GridEntityTNTarrow-up-right[] GetTNTs(integer? TNTVariant)

Helper function to get all grid entities with type GridEntityType.GRID_TNT and the given variant.

GetTrapdoors()

GridEntityarrow-up-right[] GetTrapdoors(TrapdoorVariant? trapdoorVariant)

Helper function to get all grid entities with type GridEntityType.GRID_TRAPDOOR and the given variant.

SpawnDoor()

GridEntityDoorarrow-up-right? SpawnDoor(DoorVariantarrow-up-rightdoorVariant, integer |Vectorarrow-up-right indexOrPosition, boolean? force)

Helper function to spawn a door.

SpawnPit()

GridEntityPitarrow-up-right? SpawnPit(PitVariantpitVariant, integer |Vectorarrow-up-right indexOrPosition, boolean? force)

Helper function to spawn a pit.

SpawnPoop()

GridEntityPooparrow-up-right? SpawnPoop(PoopGridEntityVariantpoopVariant, integer |Vectorarrow-up-right indexOrPosition, boolean? force)

Helper function to spawn a poop.

SpawnPressurePlate()

GridEntityPressurePlatearrow-up-right? SpawnPressurePlate(PressurePlateVariantpressurePlateVariant, integer |Vectorarrow-up-right indexOrPosition, boolean? force)

Helper function to spawn a pressure plate.

SpawnRock()

GridEntityRockarrow-up-right? SpawnRock(RockVariantrockVariant, integer |Vectorarrow-up-right indexOrPosition, boolean? force)

Helper function to spawn a rock.

SpawnSpikes()

GridEntitySpikesarrow-up-right? SpawnSpikes(integer spikeVariant, integer | Vectorarrow-up-right indexOrPosition, boolean? force)

Helper function to spawn a spike.

SpawnTNT()

GridEntityTNTarrow-up-right? SpawnTNT(integer TNTVariant, integer | Vectorarrow-up-right indexOrPosition, boolean? force)

Helper function to spawn TNT.

Last updated