Returns the curveType of the given path
Signature:
curveType = Path:GetCurve()
Returns:
curveType- The curse type for the given path (string)NONE- The control points are used literally.SMOOTH- The control points are used with a smoothing function that may give a more pleasing animation.