GetSpriteShapeVertexX

Description

Returns the X value of given vertex in the specified shape. This only applies to polygon and chain shapes. Shape IDs start at 1 for the first shape up to and including the value returned by GetSpriteNumShapes. Vertex IDs start at 1 for the first vertex up to and including the value returned by GetSpriteShapeNumVertices

Definition

float GetSpriteShapeVertexX( iSpriteIndex, shapeID, vertex )

Parameters