WriteFunction
Packs a function pointer into a data pack.
native void WriteFunction(Function fktptr, bool insert = false)
Parameters
Function fktptr
Function pointer to add.
bool insert
Determines whether mid-pack writes will insert instead of overwrite.
Return Value
void