3rd Party Libraries
Recent Additions
Handles Parser
Discord
datapack
WritePackString
File
WritePackString
Last Updated
2014-11-08
Created At
2007-02-09
Packs a string into a data pack.
native
void
WritePackString(
Handle
pack
,
const char[]
str
)
Parameters
Handle
pack
Handle to the data pack.
const char[]
str
String to add.
Return Value
void
Error
Invalid handle.