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

Game.IsAreaDarkLand

Game.IsAreaDarkLand(x, y, Radius)

Überprüft, ob ein Gebiet vollständig mit dunklem Land verseucht wurde.

Radius: > 0

Rückgabewert

True oder False

Beispiel

Game.IsAreaDarkLand(266,285,12)

Last updated