Table of Contents

Class EntityBehaviorCommandable

Namespace
Vintagestory.GameContent
Assembly
VSSurvivalMod.dll

Allows the entity to be commanded by its owner to sit or follow them. This class has no further properties.
Uses the "commandable" code Open in GitHub

[DocumentAsJson]
public class EntityBehaviorCommandable : EntityBehavior
Inheritance
EntityBehaviorCommandable

Examples

"behaviors": [
 {
     "code": "commandable"
 }
]