File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1117,15 +1117,15 @@ The following functions provide escape sequences:
1117
1117
`minetest.get_color_escape_sequence(color) ..
1118
1118
message ..
1119
1119
minetest.get_color_escape_sequence("#ffffff")`
1120
- * ` color .get_background_escape_sequence(color)`
1120
+ * ` minetest .get_background_escape_sequence(color)`
1121
1121
* ` color ` is a [ ColorString] ( #colorstring )
1122
1122
* The escape sequence sets the background of the whole text element to
1123
1123
` color ` . Only defined for item descriptions and tooltips.
1124
- * ` color .strip_foreground_colors(str)`
1124
+ * ` minetest .strip_foreground_colors(str)`
1125
1125
* Removes foreground colors added by ` get_color_escape_sequence ` .
1126
- * ` color .strip_background_colors(str)`
1126
+ * ` minetest .strip_background_colors(str)`
1127
1127
* Removes background colors added by ` get_background_escape_sequence ` .
1128
- * ` color .strip_colors(str)`
1128
+ * ` minetest .strip_colors(str)`
1129
1129
* Removes all color escape sequences.
1130
1130
1131
1131
` ColorString `
Original file line number Diff line number Diff line change @@ -2060,15 +2060,15 @@ The following functions provide escape sequences:
2060
2060
`minetest.get_color_escape_sequence(color) ..
2061
2061
message ..
2062
2062
minetest.get_color_escape_sequence("#ffffff")`
2063
- * `color .get_background_escape_sequence(color)`
2063
+ * `minetest .get_background_escape_sequence(color)`
2064
2064
* `color` is a ColorString
2065
2065
* The escape sequence sets the background of the whole text element to
2066
2066
`color`. Only defined for item descriptions and tooltips.
2067
- * `color .strip_foreground_colors(str)`
2067
+ * `minetest .strip_foreground_colors(str)`
2068
2068
* Removes foreground colors added by `get_color_escape_sequence`.
2069
- * `color .strip_background_colors(str)`
2069
+ * `minetest .strip_background_colors(str)`
2070
2070
* Removes background colors added by `get_background_escape_sequence`.
2071
- * `color .strip_colors(str)`
2071
+ * `minetest .strip_colors(str)`
2072
2072
* Removes all color escape sequences.
2073
2073
2074
2074
Spatial Vectors
You can’t perform that action at this time.
0 commit comments