diff options
| author | jussi | 2022-11-27 14:08:58 +0200 |
|---|---|---|
| committer | jussi | 2022-11-27 14:08:58 +0200 |
| commit | deda5fb9170295133444809618835e8b9aa61512 (patch) | |
| tree | b00b07e245e2b9899f2c0059706b1f112e6b8c3a /API.md | |
| parent | c327a1ed55fafc212bf0e3bd5067ab246f1f041c (diff) | |
| download | reilua-enhanced-deda5fb9170295133444809618835e8b9aa61512.tar.gz reilua-enhanced-deda5fb9170295133444809618835e8b9aa61512.tar.bz2 reilua-enhanced-deda5fb9170295133444809618835e8b9aa61512.zip | |
Exit function and N-Patch fix.
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -31,6 +31,12 @@ This function can be used for custom log message handling. --- +> function exit() + +This function will be called on program close. Cleanup could be done here. + +--- + ## Globals - ConfigFlags FLAG_VSYNC_HINT |
