Skip to content

EMoveType

Ivory edited this page Nov 2, 2024 · 1 revision

enum EMoveType

Determines how this drone will move when piloted.

Values

  • MoveType_Helo - Helicopter type movement: hovers in the air with directional movement. Defined in configs as "drone_helo".
  • MoveType_Fly - Plane/Jet like movement: always moves forward. Defined in configs as "drone_fly".
  • MoveType_Hover - WIP - Hovercraft movement: hovers just above the ground with directional movement. Defined in configs as "drone_hover".
  • MoveType_None - Drone cannot move. Use this to make turret drones. Defined in configs as "drone_no_movement".
  • MoveType_Custom - Custom movement to be determined by sub plugins. Defined in configs as "drone_custom".

Clone this wiki locally