Skip to content

Commit

Permalink
Annotate some default values for air BP
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 committed Dec 3, 2024
1 parent 11c206d commit e1761dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/Core/Blueprints/UnitBlueprint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@
---@field MinAirspeed? number
--- time to predict ahead for moving targets
---@field PredictAheadForBombDrop? number
--- random multiplier applied to break off distance for winged aircrafts
--- random multiplier applied to break off distance for winged aircrafts. Defaults to 1.5
---@field RandomBreakOffDistanceMult? number
--- random max time to switch combat state in seconds for winged aircrafts
--- random max time to switch combat state in seconds for winged aircrafts. Defaults to 6
---@field RandomMaxChangeCombatStateTime? number
--- random min time to switch combat state in seconds for winged aircrafts
--- random min time to switch combat state in seconds for winged aircrafts. Defaults to 3
---@field RandomMinChangeCombatStateTime? number
--- distance from target at which to start turning to align with it
---@field StartTurnDistance number
Expand Down

0 comments on commit e1761dd

Please sign in to comment.