Entity:LookupSequence
Description
Returns sequence ID from either sequence name or activity name. See Entity:GetSequenceName for a function that does the opposite.
Sequences are animations tied to a specific model. Different models can have sequences with same names, but have different IDs.
Sequences can also be tied to certain activities (ACT enum), see Entity:SelectWeightedSequence.
Arguments
1 string name
Sequence name. Input string can alternatively be an activity name, to lookup an activity from its name and get a sequence as result.