Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 0396c38

Browse files
committed
Expose RestThreshold to Lua
1 parent 78c0870 commit 0396c38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lua/LuaBindingsEntities.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ namespace RTE {
909909
.property("MissionCritical", &MovableObject::IsMissionCritical, &MovableObject::SetMissionCritical)
910910
.property("HUDVisible", &MovableObject::GetHUDVisible, &MovableObject::SetHUDVisible)
911911
.property("PinStrength", &MovableObject::GetPinStrength, &MovableObject::SetPinStrength)
912+
.property("RestThreshold", &MovableObject::GetRestThreshold, &MovableObject::SetRestThreshold)
912913
.property("DamageOnCollision", &MovableObject::DamageOnCollision, &MovableObject::SetDamageOnCollision)
913914
.property("DamageOnPenetration", &MovableObject::DamageOnPenetration, &MovableObject::SetDamageOnPenetration)
914915
.property("WoundDamageMultiplier", &MovableObject::WoundDamageMultiplier, &MovableObject::SetWoundDamageMultiplier)

0 commit comments

Comments
 (0)