-
Notifications
You must be signed in to change notification settings - Fork 0
Functions
The KAI library has hundreds of functions for making intelligent NPCs with. The majority of which are inside of KAI_Actor.
This page serves as a disambiguation/overview list for all pages on the wiki that cover functions.
These are functions that can be called from ACS to perform library actions like creating an NPC group or fetching info from KAI_DataToken for non-KAI mods with optional support for the library.
These are lists of functions shared by all NPCs, and are part of KAI_Actor. Separated by type:
- Virtual functions
- AI functions
- Movement functions
- Chase functions
- Check functions
- Misc and utility functions
These are virtual and non-virtual functions shared by all vehicle NPCs. Which is currently the only NPC type implemented in the library.
These are functions shared by all creature NPCs.
- (TBD)
These are functions shared by all humanoid NPCs. Humanoid NPCs being non-vehicle NPCs that are generally smarter than normal non-vehicle (creature) NPCs.
These are functions shared by vehicle and humanoid NPCs through a shared mixin.
- Home
- Features
- Classes
- Functions
- Guides