Skip to content

Commit 74b5e22

Browse files
committed
Add SetJetTimeLeft binding
1 parent d9c1cf1 commit 74b5e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Lua/LuaBindingsEntities.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ LuaBindingRegisterFunctionDefinitionForType(EntityLuaBindings, AEJetpack) {
377377

378378
.property("JetpackType", &AEJetpack::GetJetpackType, &AEJetpack::SetJetpackType)
379379
.property("JetTimeTotal", &AEJetpack::GetJetTimeTotal, &AEJetpack::SetJetTimeTotal)
380-
.property("JetTimeLeft", &AEJetpack::GetJetTimeLeft)
380+
.property("JetTimeLeft", &AEJetpack::GetJetTimeLeft, &AEJetpack::SetJetTimeLeft)
381381
.property("JetReplenishRate", &AEJetpack::GetJetReplenishRate, &AEJetpack::SetJetReplenishRate)
382382
.property("MinimumFuelRatio", &AEJetpack::GetMinimumFuelRatio, &AEJetpack::SetMinimumFuelRatio)
383383
.property("JetAngleRange", &AEJetpack::GetJetAngleRange, &AEJetpack::SetJetAngleRange)

0 commit comments

Comments
 (0)