mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Added the getString method to all Data objects (issue #608)
This commit is contained in:
@@ -86,8 +86,8 @@ int w_SoundData_getSample(lua_State *L)
|
||||
|
||||
static const luaL_Reg functions[] =
|
||||
{
|
||||
|
||||
// Data
|
||||
{ "getString", w_Data_getString },
|
||||
{ "getSize", w_Data_getSize },
|
||||
|
||||
{ "getChannels", w_SoundData_getChannels },
|
||||
|
||||
Reference in New Issue
Block a user