2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
13 // Get the location of a vhot, taking into account joint rotations
14 EXTERN
void VHotGetRaw(mxs_vector
*pLoc
, ObjID objID
, int vhotNum
);
15 // Get the location of a vhot, taking into account joint rotations
16 EXTERN
void VHotGetLoc(mxs_vector
*pLoc
, ObjID objID
, int vhotNum
);
17 // Get the raw vhot offset
18 EXTERN
void VHotGetOffset(mxs_vector
*pOffset
, ObjID objID
, int vhotNum
);