Skip to content

B2d_shape_create

hpgDesigns edited this page Aug 8, 2021 · 1 revision

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

This is number 1

Clone this wiki locally