X157 Dev Notes

One simulant attempts to share insight with others.

Lyra Team Agent Interface

C++ Interface: ILyraTeamAgentInterface

This interface is used by the Lyra Team Subsystem to manage which Team any given Actor is on.

Actors must implement this interface to participate in the Lyra Team System.

This interface is derived from IGenericTeamAgentInterface (via the AI Module plugin), adding some functionality:

Lyra Classes implementing Lyra Team Agent Interface