Difference between revisions of "Data:clone"

(Created page)
 
m (0.11.0 -> 11.0)
 
Line 1: Line 1:
{{newin|[[0.11.0]]|110|type=function}}
+
{{newin|[[11.0]]|110|type=function}}
  
 
Creates a new copy of the Data object.
 
Creates a new copy of the Data object.

Latest revision as of 07:31, 29 December 2018

Available since LÖVE 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