diff options
| author | jussi | 2023-10-30 22:40:20 +0200 |
|---|---|---|
| committer | jussi | 2023-10-30 22:40:20 +0200 |
| commit | c3295e014d979c0213b3fb7e4837b5356bc8fdb4 (patch) | |
| tree | 66ee22c7140761a17bf174d71fecfb94c1378b1d /docgen.lua | |
| parent | 6e0d577d63b221797cdc7f392718dd1c4fb384b4 (diff) | |
| download | reilua-enhanced-c3295e014d979c0213b3fb7e4837b5356bc8fdb4.tar.gz reilua-enhanced-c3295e014d979c0213b3fb7e4837b5356bc8fdb4.tar.bz2 reilua-enhanced-c3295e014d979c0213b3fb7e4837b5356bc8fdb4.zip | |
Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and check function.
Diffstat (limited to 'docgen.lua')
| -rw-r--r-- | docgen.lua | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -125,16 +125,6 @@ luaApiFile:write( apiFile:write( "\n## Arguments\n" ) apiFile:write( "\nArguments are stored in 'RL.arg' array.\n" ) --- Default objects. - -apiFile:write( "\n## Default objects\n" ) -apiFile:write( "\n> RL.defaultFont\n\nDefault Font object\n" ) -apiFile:write( "\n> RL.defaultMaterial\n\nDefault Material object\n" ) - --- luaApiFile:write( "\n--Default objects\n\n" ) --- luaApiFile:write( "--Default Font object\nRL.defaultFont = RL.GetFontDefault()\n" ) --- luaApiFile:write( "--Default Material object\nRL.defaultMaterial\n" ) - -- Types. apiFile:write( "\n## Types\n\ |
