For the complete documentation index, see llms.txt. This page is also available as Markdown.

SU.Map.IsDarkLand

SU Library: ab Version 0.2.0

SU.Map.IsDarkLand(x, y)

Gibt zurück, ob die angegebenen Koordinaten Dunkles Land sind oder nicht.

Parameter

  • x, y: Koordinaten

Rückgabewert

  • 1: das Land ist dunkel

  • 0: sonst / Fehler

Beispiel

local isDarkLand = SU.Map.IsDarkLand(x, y)

Last updated