Class EntityBehaviorRopeTieable
- Namespace
- Vintagestory.GameContent
- Assembly
- VSSurvivalMod.dll
Allows entity to be tied with a rope.
Uses the "ropetieable" code Open in GitHub
[DocumentAsJson]
public class EntityBehaviorRopeTieable : EntityBehavior
- Inheritance
-
EntityBehaviorRopeTieable
Examples
"behaviors": [
{
"code": "ropetieable",
"minGeneration": 2
},
],
Fields
minGeneration (Optional) (Default: 0)
Specifies the minimum generation required for the entity to be tied with a rope
[DocumentAsJson("Optional", "0", false)]
private int minGeneration