C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

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::Interact function is called by the World Manager.
See Also

World::RemoveInteractor

World::Interact

Interactor