Enum CreatureFlag
Enumerates all the different creature flags.
Namespace: Fibula.Creatures.Contracts.Enumerations
Assembly: Fibula.Creatures.Contracts.dll
Syntax
public enum CreatureFlag
Fields
Name | Description |
---|---|
CannotBePushed | The creature cannot be pushed by others. |
CannotBeTargetted | The creature cannot be targetted for attack. |
CanPushCreatures | The creature attempts to clear it's path by pushing other creatures. |
CanPushItems | The creature attempts to clear it's path by pushing movable items or destroying them. |
KeepsDistance | The creature keeps their distance when fighting. |