SU.Map.IsDarkLand

SU Library: erst ab Version 0.2.0 verfügbar!

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