logic_modelinfo
logic_modelinfo is a point entity available
with any version of Mapbase.Gets and outputs some model information from an entity.
KeyValues
- Target (target) <target_destination>
The entity whose model will be evaluated.
The entity whose model will be evaluated.
- Pose Parameter Name (PoseParameterName) <string>
(Optional) The pose parameter to use for pose parameter-related I/O.
(Optional) The pose parameter to use for pose parameter-related I/O.
Inputs
- GetNumSkins
<void>
Gets the number of skins on the target entity.
Gets the number of skins on the target entity.
- LookupSequence
<string>
Looks up the specified sequence on the target entity.
Looks up the specified sequence on the target entity.
- LookupActivity
<string>
Looks up the specified activity on the target entity. Uses the sequence outputs and outputs the first sequence with the given activity.
Looks up the specified activity on the target entity. Uses the sequence outputs and outputs the first sequence with the given activity.
- SetPoseParameterName
<string>
Sets the pose parameter to target.
Sets the pose parameter to target.
- SetPoseParameterValue
<float>
Sets the target pose parameter's current value.
Sets the target pose parameter's current value.
- GetPoseParameter
<void>
Gets the current value of the target pose parameter and fires OutPoseParameterValue with it.
Gets the current value of the target pose parameter and fires OutPoseParameterValue with it.
Outputs
- OutNumSkins
<integer>
Outputs number of skins.
Outputs number of skins.
- OnHasSequence
<integer>
Fires when the target has the sequence requested. Outputs the sequence's index.
Fires when the target has the sequence requested. Outputs the sequence's index.
- OnLacksSequence
<void>
Fires when the target does not have the sequence requested.
Fires when the target does not have the sequence requested.
- OutPoseParameterValue
<float>
Fires when the pose parameter value is requested, outputting its current value.
Fires when the pose parameter value is requested, outputting its current value.
