3rd Party Libraries
Recent Additions
Handles Parser
Discord
datapack
DataPack
ReadCellArray
File
ReadCellArray
Last Updated
2020-05-08
Created At
2020-05-08
Reads an array of cells a data pack.
native
void
ReadCellArray(
any[]
buffer
,
int
count
)
Parameters
any[]
buffer
Destination buffer.
int
count
Maximum length of output buffer.
Return Value
void