DataPack.WriteFunction Method

Packs a function pointer into a data pack.

void WriteFunction(function fktptr, bool insert)

Parameters

function fktptr

Function pointer to add.

bool insert

Determines whether mid-pack writes will insert instead of overwrite.