dbIsFluidShape
dbIsFluidShape(
d_shapeId
)
=> t / nil
Description
Checks if the specified shape is marked as a Fluid shape.
Arguments
Return Value
Examples
when(dbIsFluidShape(rect2) printf("Shape: %L is a fluid shape.\n" rect2~>??)
If the shape rect2 is a fluid shape, prints the following:
Shape: rest2 is a fluid shape.
Related Topics
Return to top