diff --git a/plugins/include/datapack.inc b/plugins/include/datapack.inc index ed90d5f5..7e88919a 100644 --- a/plugins/include/datapack.inc +++ b/plugins/include/datapack.inc @@ -73,12 +73,12 @@ methodmap DataPack < Handle // Reads a cell from a data pack. // - // @param pack Handle to the data pack. + // @return A cell at this position public native any ReadCell(); // Reads a float from a data pack. // - // @param pack Handle to the data pack. + // @return Float at this position public native float ReadFloat(); // Reads a string from a data pack.