Difference between revisions of "Shape:getData"

(Initial Portuguese translation)
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{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 ==
Line 14: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the data set with setData.}}
 
{{#set:Description=Get the data set with setData.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Shape:getData}}
 
{{i18n|Shape:getData}}

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