Difference between revisions of "Data:getSize"

m (1 revision: Importing from potato (again).)
m (added Other Languages section)
Line 1: Line 1:
 
 
Gets the size of the Data.
 
Gets the size of the Data.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the size of the Data.}}
 
{{#set:Description=Gets the size of the Data.}}
 +
 +
== Other Languages ==
 +
{{i18n|love.audio}}

Revision as of 15:35, 16 November 2010

Gets the size of the Data.

Function

Synopsis

size = Data:getSize( )

Arguments

None.

Returns

number size
The size of the Data in bytes.

See Also


Other Languages