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

SU.Buildings.IsBuildingPlacementActive

SU Library: ab Version 0.7.0

SU.Buildings.IsBuildingPlacementActive()

Zeigt an, ob gerade die Gebäude-Platzierung aktiviert ist, nachdem ein Gebäude im Menü/per Hotkey ausgewählt wurde (siehe auch SU.Buildings.GetActiveBuildingPlacement).

Rückgabewerte

  • 1: Gebäude-Platzierung ist aktiv

  • 0: sonst / Fehler

Beispiel

local isActive = SU.Buildings.IsBuildingPlacementActive()

Last updated