6,834
edits
(Created page with "{{ScriptItem |endpoint = client |type = property |class = entity |name = collisionVertices |returnTypes = array<TTriangle> |readonly = true |usage = fetch the collision vertic...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = collisionVertices | ||
|side = client | |||
|type = property | |type = property | ||
|class = entity | |class = entity | ||
| | |games = iii vc sa | ||
| | |desc = fetch the collision vertices data for the entity | ||
|return = array<TTriangle> An array containing the collision vertices data for the entity.<br><code>TTriangle { CVector3D point1, CVector3D point3, CVector3D point2 }</code>.<br>The array size is 3 * <code>entity.collisionVertexCount</code>.<br>For example, array index 0 contains the first 3D point for the first collision triangle, and array index 1 contains the third 3D point for the first collision triangle. | |||
|readonly = true | |readonly = true | ||
}} | }} |
edits