Tv SoundProjectRemove

From TVPaintWiki
Jump to: navigation, search

<<<George<<<Command Reference<<<Sound

tv_SoundProjectRemove [soundIndex]

Result: 0 if successful, <0 if error

Code Examples

Remove All Layers

run=1
WHILE run
	tv_SoundProjectRemove 0
	IF result<0
		run=0
	END
END