Skip to content

ax.animations

Source: gamemode/modules/animations/libraries/sh_animations.lua

Animation library

Documented functions: 2

Functions


ax.animations:GetModelClass(model)

Gets the model class for a specific model.

Realm: shared

Parameters

Name Type Description
model The model to get the class for.

Returns

  • The: model class.

ax.animations:SetModelClass(model, class)

Sets a model class translation for a specific model.

Realm: shared

Parameters

Name Type Description
model The model to set the translation for.
class The class to set the translation to.