Difference between revisions of "Data:getString"

m
m
Line 11: Line 11:
 
=== Returns ===
 
=== Returns ===
 
{{param|string|data|The raw data.}}
 
{{param|string|data|The raw data.}}
 +
== Notes ==
 +
The returned string count towards of LuaJIT 1GB/2GB memory limit, in some platforms.
 
== See Also ==
 
== See Also ==
 
* [[parent::Data]]
 
* [[parent::Data]]

Revision as of 14:02, 29 July 2020

Available since LÖVE 0.9.0
This function is not supported in earlier versions.


Gets the full Data as a string.

Function

Synopsis

data = Data:getString( )

Arguments

None.

Returns

string data
The raw data.

Notes

The returned string count towards of LuaJIT 1GB/2GB memory limit, in some platforms.

See Also

Other Languages