C4 Engine
C4 Engine API Documentation

World::AddInteractor

Defined in:  C4World.h
Adds an interactor to a world.
Prototype

void AddInteractor(Interactor *interactor);

Parameters
interactor The interactor to add to the world.
Description
The AddInteractor function adds an interactor to a world. Each interactor has an interaction probe that is tested against interactive nodes in a world when the World::DetectInteractions function is called by the World Manager.
See Also

World::RemoveInteractor

World::DetectInteractions

Interactor