C4 Engine
C4 Engine API Documentation

World::RemoveInteractor

Defined in:  C4World.h
Removes an interactor from a world.
Prototype

void RemoveInteractor(Interactor *interactor);

Parameters
interactor The interactor to remove from the world.
Description
The RemoveInteractor function removes an interactor from a world so that it is no longer tested against interactive nodes.
See Also

World::AddInteractor

World::DetectInteractions

Interactor