Section 2.6.1. rdInstBase- Proxy Setup

// [rdInst v1.35] Sets the process interval (in ticks), distance to swap normal proxies, and distance to swap long-distance proxies
void rdSetupProxies(int32 processInterval,double swapDistance=1000.0f,double longDistanceSwapDistance=20000.0f,int32 idleTicks=10,int32 idleDestructionTicks=40);

// [rdInst v1.35] Sets the rdActor as the manager of proxy state saving
void rdSetProxyStateManager(ArdActor* sProxyStateManager);

// [rdInst v1.35] Adds the SpawnStuffActor to the processing list (C++ only)
void rdRegisterSpawnActor(ArdSpawnStuffActor* spawnActor);

// [rdInst v1.35] Removes the SpawnStuffActor from the processing list (C++ only)
void rdRemoveSpawnActorFromRegister(ArdSpawnStuffActor* spawnActor);