Enum ApproachHotspots
How to approach hotspots?
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public enum ApproachHotspots
Fields
Name | Description |
---|---|
AlwaysWalk | The character will face and walk towards the hotspot. If the hotspot has a walk point defined, the character will walk to that point, otherwise the character will walk towards the center point of the hotspot. |
FaceOnly | The character will face the hotspot but will not walk towards it. |
NeverWalk | No action will be performed. The character will not walk nor face the hotspot. |
WalkIfHaveWalkPoint | The character will face and walk towards the hotspot if it has a walk point defined, otherwise it will face the hotspot without walking towards it. |