commandGClear method

EasyClip commandGClear(
  1. int index
)

Implementation

EasyClip commandGClear( int index ){
	_setEnv();
	ClipProc.procGWorld().clear( index );
	return this;
}