CAI BaseAntlionBase: Difference between revisions

From Valve Developer Community
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

Stub

This article or section is a stub. You can help by expanding it.

Type defined in npc_antlion.h

typedef CAI_BlendingHost< CAI_BehaviorHost<CAI_BlendedNPC> > CAI_BaseAntlionBase;