AddPoint Data Member Function

Adds a point to the end of the path.

Prototype

int32 AddPoint( Vec a_vNewPoint )

Parameters

Parameter Type Parameter Name Documentation
<Vec>a_vNewPointA pointer to a <Vec> object that specified the worldspace coordinates of the new point to add to the path.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.