summaryrefslogtreecommitdiff
path: root/doc_parser.lua
diff options
context:
space:
mode:
authorjussi2023-05-06 23:40:27 +0300
committerjussi2023-05-06 23:40:27 +0300
commit429a9dff96a5dbe1f526ae7cc6e41815eb862cf0 (patch)
treed8e081074498425f17c0fda3d8cb6d929403d1e3 /doc_parser.lua
parentcf92c94097e1e8ce61a6bc73671be4ee5e229571 (diff)
downloadreilua-enhanced-429a9dff96a5dbe1f526ae7cc6e41815eb862cf0.tar.gz
reilua-enhanced-429a9dff96a5dbe1f526ae7cc6e41815eb862cf0.tar.bz2
reilua-enhanced-429a9dff96a5dbe1f526ae7cc6e41815eb862cf0.zip
uluaGetBoundingBoxIndex, IsTextureReady.
Diffstat (limited to 'doc_parser.lua')
-rw-r--r--doc_parser.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_parser.lua b/doc_parser.lua
index 52e9fe7..cf7fb28 100644
--- a/doc_parser.lua
+++ b/doc_parser.lua
@@ -234,8 +234,8 @@ apiFile:write( "\n> Ray = { { 0.0, 0.0, 0.0 }, { 1.0, 0.0, 0.0 } } or { position
{ position, direction }. Ray type (useful for raycast)\n\n---\n" )
apiFile:write( "\n> RayCollision = { hit = true, distance = 1.0, point = { 0.0, 0.0, 0.0 }, normal = { 0.0, 0.0, 1.0 } }\n\
Raycast hit information. NOTE: Data in named keys\n\n---\n" )
-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> BoundingBox = { { 0.0, 0.0, 0.0 }, { 1.0, 1.0, 1.0 } } or { min = { 0.0, 0.0, 0.0 }, max = { 1.0, 1.0, 1.0 } }\n\
+{ min, max }. Accepts Vector3. 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 }, 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\