summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2022-04-01 20:35:43 +0300
committerjussi2022-04-01 20:35:43 +0300
commit7665cf4bc16a423d4cd98174853dcc36de08787e (patch)
tree34320026165dab240e1678ae1905b10dee24710c /API.md
parent7928f9dbab6829f73c57e6dd4ede0da6cea023b0 (diff)
downloadreilua-enhanced-7665cf4bc16a423d4cd98174853dcc36de08787e.tar.gz
reilua-enhanced-7665cf4bc16a423d4cd98174853dcc36de08787e.tar.bz2
reilua-enhanced-7665cf4bc16a423d4cd98174853dcc36de08787e.zip
GuiIconText.
Diffstat (limited to 'API.md')
-rw-r--r--API.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/API.md b/API.md
index 8be1399..a979af0 100644
--- a/API.md
+++ b/API.md
@@ -3882,6 +3882,15 @@ Color Bar Hue control
---
+> text = RL_GuiIconText( int iconId, string text )
+
+Get text with icon id prepended ( if supported )
+
+- Failure return false
+- Success return string
+
+---
+
> success = RL_GuiDrawIcon( int iconId, Vector2 pos, int pixelSize, Color color )
Draw icon