# Load Model Animation

Grammar — Load animation animation for model model
FlagsNative | Action

Loads a specified animation for a model. 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 [ filepath ] — Model
  • string [ filepath ] — Animation

Returns — void

native void ModelAnimationLoad(
	string modelPath,
	string animPath,
);

Category: Animation / Advanced

# Examples

— None found —