Garry's Mod Wiki

Entity:GetSequenceName

  string Entity:GetSequenceName( number index )

Description

Return the name of the sequence for the index provided. Refer to Entity:GetSequence to find the current active sequence on this entity.

See Entity:LookupSequence for a function that does the opposite.

Arguments

1 number index
The index of the sequence to look up.

Returns

1 string
Name of the sequence.