mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
expose the AIPlayerControllerData subtype to console
This commit is contained in:
parent
8c663a19a5
commit
19e73c0be2
2 changed files with 6 additions and 1 deletions
|
|
@ -147,9 +147,13 @@ public:
|
|||
void resolveStuck(AIController* obj);
|
||||
};
|
||||
|
||||
class AIPlayerControllerData : AIControllerData
|
||||
class AIPlayerControllerData : public AIControllerData
|
||||
{
|
||||
typedef AIControllerData Parent;
|
||||
|
||||
public:
|
||||
void resolvePitch(AIController* obj, Point3F location, Move* movePtr);
|
||||
DECLARE_CONOBJECT(AIPlayerControllerData);
|
||||
};
|
||||
#endif // TORQUE_NAVIGATION_ENABLED
|
||||
#endif //_AICONTROLLER_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue