B2d_shape_create - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Description

Creates a shape and returns the index.

Parameters

Parameter Description
none This function has no parameters.

Return Values

integer: Returns the index of the newly created shape.

Example Call

// demonstrates create a new shape
myshape = b2d_shape_create();

NOTOC