Difference between revisions of "Shape:getData"

m (add oldin)
m
 
Line 1: Line 1:
{{oldin|[[0.8.0]]|080|type=method|text=Use [[Fixture:getUserData]] instead}}
+
{{oldin|[[0.8.0]]|080|type=function|text=Use [[Fixture:getUserData]] instead}}
 
Get the data set with setData.
 
Get the data set with setData.
 
== Function ==
 
== Function ==

Latest revision as of 17:53, 29 May 2013

Removed in LÖVE 0.8.0
Use Fixture:getUserData instead.

Get the data set with setData.

Function

Synopsis

v = Shape:getData( )

Arguments

None.

Returns

any v
The data previously set, or nil if none.

See Also


Other Languages