Skip to main content

RegionLogType

Members

The type of a region log, used to describe what happened in the region. It can be any of the following strings: HyperDrive, Aliens, Spawned, Death, ExitRegion, Poison, Irradiated, Suffocating, Freezing, Melting.

Luau Type

This is the luau type for RegionLogType. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).

export type RegionLogType = "HyperDrive" | "Aliens" | "Spawned" | "Death" | "ExitRegion" | "Poison" | "Irradiated" | "Suffocating" | "Freezing" | "Melting"