From 1008953043682cf354f28510a58bf8e4568accf0 Mon Sep 17 00:00:00 2001 From: ThiscketCrab Date: Mon, 7 Oct 2024 10:40:28 -0600 Subject: [PATCH] Update Pawn - BP_BaseShip --- Pawn - BP_BaseShip.-.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pawn - BP_BaseShip.-.md b/Pawn - BP_BaseShip.-.md index 58fdafe..3837f75 100644 --- a/Pawn - BP_BaseShip.-.md +++ b/Pawn - BP_BaseShip.-.md @@ -20,4 +20,7 @@ Next you need to add a slew of variables to your pawn. They are categorized on t | Variable Name | Variable Type | Default Value | | ------------------------ | ------------- | ------------- | | MovementEnabled | Boolean | True | +| VerticalThrusterSpeed | Float | 0.75 | +| CanReverse? | Boolean | False | +| CanThrottle? | Boolean | False |