Gets or sets the func that is called after the npc walks. If return value is false, behaviour stops.

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

Syntax

C#
public Func<bool> AfterWalk { get; set; }

Field Value

The after walk func.

See Also