Physics raycast type

From Multi Theft Auto: Wiki
Revision as of 15:32, 13 February 2020 by CrosRoad95 (talk | contribs) (→‎"default")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Physics raycast types

used in

"isclear"

Key Value Description
hit bool do hit has occur

"default"

Key Value Description
hit bool do hit has occur
hitpoint table position of hit.
hitnormal table normal vector world center aligned.
shape physics-shape if something got hit, returns shape it hits.
rigidbody rigid-body contains rigid body if was hit, false otherwise
staticcollision static-collision contains static collision if was hit, false otherwise

"multiple"

Returns table with all hits where each hit is table from "default" type