MohoDoc:GetLayerComp(id)

Version added: 10.0

Arguments:

Name Type Description Default Ver
id int32 10.0

Return value:

For example, to print all the LayerComps in a document:
for i = 0, moho.document:CountLayerComps()-1 do
	print(moho.document:GetLayerComp(i):Name())
end

Search results

Usage of 'GetLayerComp' is found in the following scripts:

<< Back to MohoDoc