summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2022-03-04 15:46:22 +0200
committerjussi2022-03-04 15:46:22 +0200
commit8035d31109964504d970ed302c7aa6ffa0a8f106 (patch)
treebc28faf7c9616394b820d7a16ca9636f14eb9c5e /API.md
parentc3ae0a6c28316174891f8361ee0226d699a24013 (diff)
downloadreilua-enhanced-8035d31109964504d970ed302c7aa6ffa0a8f106.tar.gz
reilua-enhanced-8035d31109964504d970ed302c7aa6ffa0a8f106.tar.bz2
reilua-enhanced-8035d31109964504d970ed302c7aa6ffa0a8f106.zip
Custom log function.
Diffstat (limited to 'API.md')
-rw-r--r--API.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/API.md b/API.md
index 6176e85..434ab4b 100644
--- a/API.md
+++ b/API.md
@@ -25,6 +25,12 @@ You can still use RL_BeginDrawing() and RL_EndDrawing() manually from anywhere.
---
+> function log( message )
+
+This function can be used for custom log message handling.
+
+---
+
## Globals - Keys
KEY_ENTER