-
Notifications
You must be signed in to change notification settings - Fork 0
KAI_Creature
inkoalawetrust edited this page Apr 30, 2023
·
1 revision
Parent class: KAI_Actor
Child classes:
KAI_Creature is the base NPC class for non-vehicle NPCs. This class covers your typical Doom monsters, like demons, animals, aliens, whatever. It even covers inorganic NPCs like golems and robots, think humanoid robots, robot spiders, etc.[^1]
This class is not implemented yet, it's currently only an empty class !
[^1]: Whether or not a robot NPC should be based on KAI_Creature or KAI_BaseVehicle is up to you. IMO (As inkoalawetrust) something like a terminator would be based on KAI_Creature while a robot like an armed quadcopter would be a vehicle.
- Home
- Features
- Classes
- Functions
- Guides