Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

id

  • get id(): number
  • Returns the numerical ID of the target Entity type.

    Returns number

Methods

Static get

  • Parameters

    • id: number

    Returns YWeather

Static getWeatherAt

  • Returns current weather at the target position.

    Parameters

    Returns YWeather

Static setWeather

  • setWeather(weather: YWeather, instant: boolean): void
  • setWeather(weather: YWeather, position: YVector3, instant: boolean): void
  • Allows to set current in-game weather.

    Parameters

    Returns void

  • Allows to set the weather at the target position.

    Parameters

    Returns void

Generated using TypeDoc