CAI BaseAntlionBase: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{stub}} <syntaxhighlight lang=cpp> typedef CAI_BlendingHost< CAI_BehaviorHost<CAI_BlendedNPC> > CAI_BaseAntlionBase; </syntaxhighlight>") |
No edit summary |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
Type defined in npc_antlion.h | |||
<syntaxhighlight lang=cpp> | <syntaxhighlight lang=cpp> | ||
typedef CAI_BlendingHost< CAI_BehaviorHost<CAI_BlendedNPC> > CAI_BaseAntlionBase; | typedef CAI_BlendingHost< CAI_BehaviorHost<CAI_BlendedNPC> > CAI_BaseAntlionBase; | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 10:38, 20 May 2025
Type defined in npc_antlion.h
typedef CAI_BlendingHost< CAI_BehaviorHost<CAI_BlendedNPC> > CAI_BaseAntlionBase;