# HG changeset patch # User Wuzzy # Date 1543883668 0 # Node ID 73a4663f0d7b9ceb9c699f01b10d0310bdc54e95 # Parent ff0512443f7535d59b85d08dd4d5efdf9f40c55d LuaAPI: update INTERFACE diff -r ff0512443f75 -r 73a4663f0d7b LuaAPI.wiki --- a/LuaAPI.wiki Tue Dec 04 00:31:27 2018 +0000 +++ b/LuaAPI.wiki Tue Dec 04 00:34:28 2018 +0000 @@ -95,7 +95,7 @@ || `AmmoTypeMax` || Maximum ammo type ID (useful to iterate through all ammo types, starting by 0) || || `MAX_HOG_HEALTH` || Maximum possible hedgehog health || || `MAX_TURN_TIME` || Maximum possible turn time in milliseconds || -|| `INTERFACE` || Type of the game interface: "desktop" for desktop, "touch" for touchscreen || +|| `INTERFACE` || Type of the game interface: `"desktop"` for desktop, `"touch"` for touchscreen || === !GameFlags === The !GameFlags are used to store simple boolean settings of the game.