# HG changeset patch
# User Wuzzy
# Date 1441790859 0
# Node ID 9a49d69316f2bd615d0f78884b6ca911906071ee
# Parent dde757edd995e8545ec844719104f4767a11f2b2
SetMaxBuildDistance
diff -r dde757edd995 -r 9a49d69316f2 LuaAPI.wiki
--- a/LuaAPI.wiki Wed Sep 09 06:26:40 2015 +0000
+++ b/LuaAPI.wiki Wed Sep 09 09:27:39 2015 +0000
@@ -795,6 +795,9 @@
==== !SetWind(windSpeed) ====
Sets the current wind in the range of -100 to 100. Use together with `gfDisableWind` for full control.
+==== !SetMaxBuildDistance(distInPx) (0.9.22) ====
+Sets the maximum building distance for of girders and rubber bands in pixels to `distInPx`. If `distInPx` is `0`, the limit is disabled. If `distInPx` is `nil`, the distance will be reset to the default value.
+
==== !EndGame() ====
Makes the game end.