Garry's Mod Wiki

util.GetActivityIDByName

  number util.GetActivityIDByName( string )

Recently Added

This was recently added in version (2024.04.24). It might only be available on the Dev Branch right now.

Description

Returns the ID of a custom model activity. This is useful for models that define custom ones.

See util.GetActivityNameByID for a function that does the opposite.

Arguments

1 string
The name of an activity, as defined in the model's .qc at compile time.

Returns

1 number id
The ID of the activity. See also ACT enum.