diff options
| author | jussi | 2022-12-07 22:27:24 +0200 |
|---|---|---|
| committer | jussi | 2022-12-07 22:27:24 +0200 |
| commit | 79fbb36d2a4d73001c446f75b3b87dc84f1605b6 (patch) | |
| tree | 76f7ef8c31b4019f44f093f3b65dc556c7530d09 /doc_parser.lua | |
| parent | 1a1c3cb28c7f9fe53f450bbdbb65ea4c77adc5ac (diff) | |
| download | reilua-enhanced-79fbb36d2a4d73001c446f75b3b87dc84f1605b6.tar.gz reilua-enhanced-79fbb36d2a4d73001c446f75b3b87dc84f1605b6.tar.bz2 reilua-enhanced-79fbb36d2a4d73001c446f75b3b87dc84f1605b6.zip | |
ReiLuaGui calculator example.
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 d7383e4..410eb05 100644 --- a/doc_parser.lua +++ b/doc_parser.lua @@ -145,7 +145,7 @@ apiFile:write( "\n> BoundingBox = { { 0.0, 0.0, 0.0 }, { 1.0, 1.0, 1.0 } }\n\ { min, max }. Bounding box type for 3d mesh\n\n---\n" ) apiFile:write( "\n> Sound = SoundId\n\ int id. Basic Sound source and buffer\n\n---\n" ) -apiFile:write( "\n> NPatchInfo = { { 0, 0, 24, 24 }, 0, 0, 0, 0, NPATCH_NINE_PATCH } or { source = { 0, 0, 24, 24 }, left = 0, top = 0, right = 0, bottom = 0, layout = NPATCH_NINE_PATCH }\n\ +apiFile:write( "\n> NPatchInfo = { { 0, 0, 24, 24 }, 8, 8, 8, 8, NPATCH_NINE_PATCH } or { source = { 0, 0, 24, 24 }, left = 8, top = 8, right = 8, bottom = 8, layout = NPATCH_NINE_PATCH }\n\ { Rectangle source, int left, int top, int right, int bottom, int layout }.\ { Texture source rectangle, Left border offset, Top border offset, Right border offset, Bottom border offset, Layout of the n-patch: 3x3, 1x3 or 3x1 }\n\n---\n" ) apiFile:write( "\n> ModelAnimations = ModelAnimationsId\n\ |
