getCloths

Usage

clothList = member("physics").getCloths()

Description

This method gets the list of all cloth references in the world.

Parameters

None.

Example

--Lingo Syntax 
world = member("physics") 
cl_list = world.getCloth() 
//JavaScript Syntax 
world = member("physics"); 
cl_list = world.getCloth();

See also

getCloth