Table of Contents

Class BEBehaviorDoorBarLock

Namespace
Vintagestory.GameContent
Assembly
VSSurvivalMod.dll

A block entity behavior for a locked door. Requires BlockBehaviorDoor on a block to work. Defined with the "DoorBarLock" code. Open in GitHub

[DocumentAsJson]
[AddDocumentationProperty("easingSpeed", "Affects animation speed of door unlocking", "System.Single", "Optional", "10", true)]
public class BEBehaviorDoorBarLock : BlockEntityBehavior
Inheritance
BEBehaviorDoorBarLock

Examples

"entityBehaviors": [
 { "name": "Door" },
 { "name": "DoorBarLock" }
],
...
"behaviors": [
 { "name": "Door" }
],

Properties

easingSpeed (Optional) (Default: 10)

Affects animation speed of door unlocking

Property Value

Single