diff options
| author | jussi | 2022-06-19 20:38:50 +0300 |
|---|---|---|
| committer | jussi | 2022-06-19 20:38:50 +0300 |
| commit | 6bac1a2c6364886a482530a0ef4cf849ae468806 (patch) | |
| tree | 9a1c0d7b771cd83a793abcd575b28525f08a2d53 /doc_parser.lua | |
| parent | 1529202e26a02461708784d8830475261893a537 (diff) | |
| download | reilua-enhanced-6bac1a2c6364886a482530a0ef4cf849ae468806.tar.gz reilua-enhanced-6bac1a2c6364886a482530a0ef4cf849ae468806.tar.bz2 reilua-enhanced-6bac1a2c6364886a482530a0ef4cf849ae468806.zip | |
Custom log function logLevel.
Diffstat (limited to 'doc_parser.lua')
| -rw-r--r-- | doc_parser.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_parser.lua b/doc_parser.lua index 41bf5cd..5a58cee 100644 --- a/doc_parser.lua +++ b/doc_parser.lua @@ -32,7 +32,7 @@ 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\ +apiFile:write( "\n> function log( logLevel, message )\n\ This function can be used for custom log message handling.\n\n---\n" ) -- Globals. |
