Returns the actor name
[Example]
actorName = actor.GetName()
•
|
GetResourceName(): string
|
|
|
the parent resource name of this actor
|
Returns the parent resource name of this actor
[Example]
actorResName = actor.GetResourceName()
Returns the parent Item type
[Example]
itemType = actor.AskItemType()
Returns the parent Item sub type
[Example]
itemSubType = actor.AskItemSubType()
•
|
GetNumberOfAsynchronousJoints(): int
|
|
|
The number of main and external joints
|
Returns the number of asynchronous joints of the item to
which the actor belongs. These joints are the ones used by joint actors.
[Example]
numAsyncJoint = actor.GetNumberOfAsynchronousJoints()
|