M_Shape:GetPoint(pointID)

Version added: 11.0
Added in version 11

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()
<< Back to M_Shape