Fix documentation in some DataPack methods (#1164)
This commit is contained in:
@@ -73,12 +73,12 @@ methodmap DataPack < Handle
|
|||||||
|
|
||||||
// Reads a cell from a data pack.
|
// Reads a cell from a data pack.
|
||||||
//
|
//
|
||||||
// @param pack Handle to the data pack.
|
// @return A cell at this position
|
||||||
public native any ReadCell();
|
public native any ReadCell();
|
||||||
|
|
||||||
// Reads a float from a data pack.
|
// Reads a float from a data pack.
|
||||||
//
|
//
|
||||||
// @param pack Handle to the data pack.
|
// @return Float at this position
|
||||||
public native float ReadFloat();
|
public native float ReadFloat();
|
||||||
|
|
||||||
// Reads a string from a data pack.
|
// Reads a string from a data pack.
|
||||||
|
|||||||
Reference in New Issue
Block a user