Add missing magic tag in include file (previous patch). For some reason my change was ignored.
This commit is contained in:
parent
8a1464ac41
commit
b3609a23fa
|
@ -30,7 +30,7 @@ native DataPack:CreateDataPack();
|
||||||
* @noreturn
|
* @noreturn
|
||||||
* @error Invalid handle.
|
* @error Invalid handle.
|
||||||
*/
|
*/
|
||||||
native WritePackCell(DataPack:pack, cell);
|
native WritePackCell(DataPack:pack, any:cell);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Packs a float into a data pack.
|
* Packs a float into a data pack.
|
||||||
|
@ -59,7 +59,7 @@ native WritePackString(DataPack:pack, const str[]);
|
||||||
* @return Cell value.
|
* @return Cell value.
|
||||||
* @error Invalid handle, or bounds error.
|
* @error Invalid handle, or bounds error.
|
||||||
*/
|
*/
|
||||||
native ReadPackCell(DataPack:pack);
|
native any:ReadPackCell(DataPack:pack);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reads a float from a data pack.
|
* Reads a float from a data pack.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user