entity.collisionVertices: Difference between revisions

no edit summary
(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:
{{ScriptItem
{{ScriptItem2
|endpoint = client
|name = collisionVertices
|side = client
|type = property
|type = property
|class = entity
|class = entity
|name = collisionVertices
|games = iii vc sa
|returnTypes = array<TTriangle>
|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
|usage = fetch the collision vertices data for the entity
|returnInfo = 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.
}}
}}
6,833

edits