1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

First commit for fine pointed (#5485)

This commit is contained in:
MarkuBu 2017-04-01 16:50:53 +02:00 committed by Loïc Blot
parent ef56586ed3
commit 26f4a5c2d1
3 changed files with 37 additions and 1 deletions

View file

@ -752,6 +752,8 @@ Call these functions only at load time!
extra arguments and return the result
* `fgettext(string, ...)` : returns string
* same as fgettext_ne(), but calls minetest.formspec_escape before returning result
* `minetest.pointed_thing_to_face_pos(placer, pointed_thing)`: returns a position
* returns the exact position on the surface of a pointed node
### UI
* `minetest.ui.minimap`
@ -827,7 +829,7 @@ The following functions provide escape sequences:
* Removes background colors added by `get_background_escape_sequence`.
* `color.strip_colors(str)`
* Removes all color escape sequences.
`ColorString`
-------------
`#RGB` defines a color in hexadecimal format.