1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

settingtypes.txt: document float/int without max but with min

This commit is contained in:
Leonard-Orlando Menzel
2025-10-09 09:49:40 +00:00
committed by GitHub
parent a3e27f06fc
commit 35fda3710d

View File

@@ -40,6 +40,7 @@
# `type_args` can be: # `type_args` can be:
# * int: # * int:
# - default # - default
# - default min
# - default min max # - default min max
# * string: # * string:
# - default (if default is not specified then "" is set) # - default (if default is not specified then "" is set)
@@ -47,8 +48,10 @@
# - default # - default
# * float: # * float:
# - default # - default
# - default min
# - default min max # - default min max
# * enum: # * enum:
# Empty string "" is a valid enum value
# - default value1,value2,... # - default value1,value2,...
# * path: # * path:
# - default (if default is not specified then "" is set) # - default (if default is not specified then "" is set)
@@ -866,7 +869,7 @@ formspec_fullscreen_bg_color (Formspec Full-Screen Background Color) string (0,0
gui_scaling_filter (GUI scaling filter) bool false gui_scaling_filter (GUI scaling filter) bool false
# Delay showing tooltips, stated in milliseconds. # Delay showing tooltips, stated in milliseconds.
tooltip_show_delay (Tooltip delay) int 400 0 18446744073709551615 tooltip_show_delay (Tooltip delay) int 400 0
# Append item name to tooltip. # Append item name to tooltip.
tooltip_append_itemname (Append item name) bool false tooltip_append_itemname (Append item name) bool false