Data:clone

Available since LÖVE 0.11.0
This function is not supported in earlier versions.


Creates a new copy of the Data object.

Function

Synopsis

clone = Data:clone( )

Arguments

None.

Returns

Data clone
The new copy.

See Also

Other Languages