Cronous Emulation Server Daemon

NonPlayerCharacter.NPC_MOVEMENT_SPEED Field

Movement speed of all NPCs.

[Visual Basic]
Public const NPC_MOVEMENT_SPEED As Integer = 8
[C#]
public const int NPC_MOVEMENT_SPEED = 8;
[C++]
public: const int NPC_MOVEMENT_SPEED = 8;
[JScript]
public const var NPC_MOVEMENT_SPEED: int = 8;

See Also

NonPlayerCharacter Class | croemud.character Namespace