Settlers United Wiki
Settler IV Lua API DE
Settlers UnitedImprint
Search
⌃K
Links
Tutorials
Einführung
Erste Schritte
Erweiterte Tipps
Code Schnipsel
Community Bibliotheken
Vollständige Mapscripts
Library Functions
Global Functions
AI
Buildings
DarkTribe
Debug
Effects
Game
Goods
Magic
Map
Map.AddDecoObject
Map.DeleteDecoObject
Map.Height
Map.PointIsOnScreen
Map.SetScreenPos
Map.Width
Settlers
Statistic
Tutorial
Vehicles
dbg
API Enums
AI
Events
Magic
Menu
Dialog
Control
Game
Vehicles
Sounds
Settlers
Goods
Effects
Buildings
Powered By GitBook
Comment on page

Map.Width

Map.Width()

Gibt die Breite der Map zurück

Rückgabewert

Die Breite der Map

Beispiel

-- bei einer 256x256 Map
dbg.stm("Width: " .. Map.Width()); -- gibt 256 zurück
Previous
Map.SetScreenPos
Next - Library Functions
Settlers
Last modified 1yr ago