GetJointExists
Description
Returns 1 if the specified joint still exists, 0 otherwise. Joints can be deleted by the system.
Definition
integer GetJointExists( iJointIndex )
int agk::GetJointExists( uint32_t iJointIndex )
Parameters
- iJointIndex - The ID of the joint to check.