# Load Overriding Animation for Unit Type
Grammar — Load animation animation for unit type unitType
Flags —Native|Action
Loads an animation for a unit, and invalidates any existing duplicate sequences that already exist. Note: This is a specialized action that generally relates to storymode models. It allows a model to load an additional set of animations set up for it. If a model is not set up to have additional animations, this action will not work.
# Arguments
string<gamelink::Unit> — Unit Typestring<filepath> — Animation
Returns — void
native void UnitTypeAnimationLoadOverriding(
string inUnitType,
string animPath,
);
# Related
Category: Animation / Advanced
- Last Animation Query —
generichandle<animlengthquery> — AnimLengthQueryLastCreated - Query Animation Length By Identifier —
void— AnimLengthQueryByName - Query Animation Length By Props —
void— AnimLengthQueryByProps - Wait for Animation Length Queries —
void— AnimLengthQueryWait - Wait for Animation —
void— AnimWait - Animation Length —
fixed— AnimLengthSync - Animation Time Remaining —
fixed— AnimLengthRemainingSync - Set Animation Time —
void— libNtve_gf_SetAnimationTime - Set Animation Time Scale —
void— libNtve_gf_SetAnimationTimeScale - Set Animation Completion —
void— libNtve_gf_SetAnimationCompletion - Set Animation Duration —
void— libNtve_gf_SetAnimationDuration - Load Model Animation —
void— ModelAnimationLoad - Load Overriding Model Animation —
void— ModelAnimationLoadOverriding - Unload Model Animation —
void— ModelAnimationUnload - Load Animation for Unit Type —
void— UnitTypeAnimationLoad - Load Overriding Animation for Unit Type —
void— UnitTypeAnimationLoadOverriding - Unload Animation for Unit Type —
void— UnitTypeAnimationUnload
# Examples
— None found —