2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
6 // $Header: r:/t2repos/thief2/src/motion/mskilset.h,v 1.14 2000/01/29 13:22:20 adurant Exp $
12 #ifdef __cplusplus ///////////////
24 cMSkillSet() { m_ActorType
=-1; }
25 virtual ~cMSkillSet() {}
27 void SetActorType(int type
);
29 // these are tags to be applied to every motion request
30 void SetPersistentTags(const cTagSet
*pTags
);
32 cMotionPlan
*BuildPlanFromParams(const sMcMoveParams
*pParams
, \
33 const sMcMotorState
*pMotorState
, const sMcMoveState
*pMoveState
, \
34 IMotor
*pMotor
, cMotionCoordinator
*pCoord
);
36 void Pose(const cTagSet
*pTags
, float frac
, IMotor
*pMotor
);
40 cTagSet m_PersistTags
;