Checks whether a point is into the given colshape.
...plate:CSharp_Serverside_namespace}}ColShape.IsPointWithinColshape(ColShape colShape, Vector3 point);|lang=csharp}}
...
772 bytes (83 words) - 18:26, 28 November 2019
<syntaxhighlight lang="C#" >void NAPI.ColShape.DeleteColShape(ColShape shape);</syntaxhighlight>
*'''shape:''' parameter input should be in '''ColShape''' type.
...
473 bytes (54 words) - 13:08, 27 November 2019
This event is triggered when a player enters a colshape.
...on for Colshapes is 0, and the player must be in the same dimension as the Colshape for them to collide.
...
2 KB (189 words) - 12:04, 1 May 2024
Checking if a point is within the colshape.
Boolean colshape.isPointWithin(position);
...
517 bytes (53 words) - 13:02, 21 November 2021
This event is triggered when a player exits a colshape.
...on for ColShapes is 0, and the player must be in the same dimension as the Colshape for them to collide.
...
2 KB (193 words) - 12:04, 1 May 2024
Creates a circle shaped colshape object.
<syntaxhighlight lang="C#" >ColShape NAPI.ColShape.CreateCircleColShape(float x, float y, float range, uint dimension = NAPI.G
...
757 bytes (101 words) - 13:08, 27 November 2019
==Colshape==
==Colshape pool==
...
671 bytes (60 words) - 17:11, 12 September 2024
This event is triggered when a player enters a colshape.
*'''shape:''' parameter input should be in '''ColShape''' type
...
548 bytes (61 words) - 05:48, 9 May 2023
This event is triggered when a player exits a colshape.
*'''shape:''' parameter input should be in '''ColShape''' type
...
543 bytes (61 words) - 05:48, 9 May 2023
==Colshape==
...
1 KB (94 words) - 09:07, 2 February 2019
==ColShape==
...
823 bytes (68 words) - 17:12, 28 November 2019
<syntaxhighlight lang="C#" >ColShape NAPI.ColShape.CreateSphereColShape(Vector3 position, float range [, uint dimension = NAPI
'''NOTE:''' This function returns data in '''ColShape''' type.
...
773 bytes (95 words) - 13:08, 27 November 2019
Creates a cylinder shaped colshape object.
{{#tag:syntaxhighlight|ColShape {{Template:CSharp_Serverside_namespace}}ColShape.CreateCylinderColShape(Vector3 position, float range, float height, uint di
...
772 bytes (89 words) - 18:23, 28 November 2019
Returns type of colshape.
[[Category:ColShape API]]
...
498 bytes (54 words) - 17:08, 17 May 2019
<syntaxhighlight lang="C#" >ColShape NAPI.ColShape.Create3DColShape(Vector3 start, Vector3 end [, uint dimension = NAPI.Global
'''NOTE:''' This function returns data in '''ColShape''' type.
...
886 bytes (117 words) - 13:07, 27 November 2019
//Colshape
const colshape = mp.colshapes.at(0); //find colshape with id 0
...
2 KB (274 words) - 13:42, 6 July 2024
<syntaxhighlight lang="C#" >ColShape NAPI.ColShape.Create2DColShape(float x, float y, float width, float height, uint dimensio
'''NOTE:''' This function returns data in '''ColShape''' type.
...
899 bytes (121 words) - 13:07, 27 November 2019
Create a ColShape of circle in the 2D plane
[[Category:ColShape API]]
...
471 bytes (56 words) - 11:35, 3 December 2019
Creates a rectangle (square) ColShape 2D plane
[[Category:ColShape API]]
...
510 bytes (61 words) - 12:58, 20 October 2020
Creates a Sphere ColShape
[[Category:ColShape API]]
...
485 bytes (59 words) - 17:14, 17 May 2019