What it does
DeleteSkeleton2D deletes 2D on a Skeleton object. It takes iSkeleton (an integer), and returns nothing.
Syntax
DeleteSkeleton2D(iSkeleton integer)Parameters
| Name | Type |
|---|---|
| iSkeleton | integer |
Every form returns
nothing
Example · generated
DeleteSkeleton2D(1)DO Sync()LOOPDeleteSkeleton2D is called with values of the types its signature asks for. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.