Add missing parameter to DataPack.IsReadable (#603)

This commit is contained in:
peace-maker 2017-04-30 11:49:18 -06:00 committed by Nicholas Hastings
parent 0a81a28b07
commit ed42d2feea

View File

@ -97,7 +97,7 @@ methodmap DataPack < Handle
// position to the end can be read.
//
// @param bytes Number of bytes to simulate reading.
public native bool IsReadable();
public native bool IsReadable(int bytes);
// The read or write position in a data pack.
property DataPackPos Position {