Difference between revisions of "Shape:getData"

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

Revision as of 19:30, 16 April 2012

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