NPC.GetMovementSequence
From GMod Wiki
Revision as of 17:16, 18 August 2011 by Disseminate (Talk | contribs)
Function | |
Syntax | NPC:GetMovementSequence( ) |
Description: | |
Get the movement sequence number of the NPC. | |
Returns: | Number |
In Object: | NPC |
Realm: | http://wiki.garrysmod.com |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=NPC.GetMovementSequence]NPC.GetMovementSequence [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Info
- Similar to GetMovementActivity, the movement sequence is the sequence ID number that the NPC is currently playing, if in movement.
- This is 0 if the NPC is not moving.