mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-09 03:18:33 +00:00
Fix documentation in some DataPack methods (#1164)
This commit is contained in:
parent
6f44e88009
commit
b375cadc44
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user