Sets the data within a given entities structure at the given offset.
ELITEAPI_API bool __stdcall SetEntityData(void* apiObject, int index, int offset, LPVOID lpBuffer, int size);
Parameters
Return Value
Returns true on success, false otherwise.