Table of Contents

Class BlockBehaviorLockable

Namespace
Vintagestory.GameContent
Assembly
VSSurvivalMod.dll

Allows a block to be locked by a player with a padlock, preventing any interaction from any other players. Uses the "lockable" code. This behavior has no properties.

[DocumentAsJson]
public class BlockBehaviorLockable : BlockBehavior
Inheritance
BlockBehaviorLockable

Examples

"behaviors": [
	{
		"name": "Lockable"
	}
]