Add missing parameter to DataPack.IsReadable (#603)
This commit is contained in:
parent
0a81a28b07
commit
ed42d2feea
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user