M_Shape:GetPoint(pointID)

Version added: 11.0

Arguments:

Name Type Description Default Ver
pointID int32 Point ID in shape, starting from 0 11.0

Return value:

int32 Point ID in mesh
This will throw error "M_Shape:GetPoint - out of range" and return -1 unless you first call: M_Shape:CountPoints()

Search results

Usage of 'GetPoint' is found in the following scripts:

<< Back to M_Shape