Actor Gameplay Components - kgrav/Nite-Basik-Code-Samples GitHub Wiki

Root Classes:

The header script, which coordinates the functionality of the action components, derives from one of these two classes. Player-Controlled Characters derive from MAIN_CHARACTER, and non-player characters derive from AICharacter. For information about the example Header scripts, see Example Implementations.

This section outlines the functional groups of Actor Gameplay Components. These include: