Table of Contents

Class BlockBehaviorRopeTieable

Namespace
Vintagestory.GameContent
Assembly
VSEssentials.dll

Allows rope to be tied to this block. This behavior does not have any specific JSON properties. This block behavior uses the code "RopeTieable".

[DocumentAsJson]
public class BlockBehaviorRopeTieable : BlockBehavior
Inheritance
BlockBehaviorRopeTieable

Examples

"behaviors": [
	{ "name": "RopeTieable" }
],