DeleteSkeleton2D

Family: Skeleton · One form

What it does

DeleteSkeleton2D deletes 2D on a Skeleton object. It takes iSkeleton (an integer), and returns nothing.

Syntax

DeleteSkeleton2D(iSkeleton integer)

Parameters

NameType
iSkeletoninteger

Every form returns

nothing

Example · generated

DeleteSkeleton2D(1)DO  Sync()LOOP

DeleteSkeleton2D 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.

34 commands in Skeleton