Gets or sets the walk count, or how many more times the npc will move. If set to -1, will walk forever.

Namespace: BaseLib.Impl.Behaviours
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public int WalkCount { get; set; }

Field Value

The walk count.

See Also