M_Point:GetEndpointEdge(curveID, segID)
Version added: before 9.5
Arguments:
Name | Type | Description | Default | Ver |
curveID | int32 | The curve identifier | < 9.5 | |
segID | int32 | Which segment of that curve | < 9.5 |
This method returns 2 values:
1: int32 Curve ID
2: int32 Segment ID
Returns which curve, and which segment of that curve, this point is an endpoint of.
<< Back to M_Point