diff options
| author | jussi | 2022-03-04 15:46:22 +0200 |
|---|---|---|
| committer | jussi | 2022-03-04 15:46:22 +0200 |
| commit | 8035d31109964504d970ed302c7aa6ffa0a8f106 (patch) | |
| tree | bc28faf7c9616394b820d7a16ca9636f14eb9c5e /doc_parser.lua | |
| parent | c3ae0a6c28316174891f8361ee0226d699a24013 (diff) | |
| download | reilua-enhanced-8035d31109964504d970ed302c7aa6ffa0a8f106.tar.gz reilua-enhanced-8035d31109964504d970ed302c7aa6ffa0a8f106.tar.bz2 reilua-enhanced-8035d31109964504d970ed302c7aa6ffa0a8f106.zip | |
Custom log function.
Diffstat (limited to 'doc_parser.lua')
| -rw-r--r-- | doc_parser.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc_parser.lua b/doc_parser.lua index 80fa490..8100f49 100644 --- a/doc_parser.lua +++ b/doc_parser.lua @@ -32,6 +32,8 @@ apiFile:write( "\n> function draw()\n\ This function will be called every frame after process and it should have all rendering related functions.\ Note: Engine will call Raylib functions 'BeginDrawing()' before this function call and 'EndDrawing()' after it.\ You can still use RL_BeginDrawing() and RL_EndDrawing() manually from anywhere.\n\n---\n" ) +apiFile:write( "\n> function log( message )\n\ +This function can be used for custom log message handling.\n\n---\n" ) -- Globals. |
