-
Notifications
You must be signed in to change notification settings - Fork 0
EMoveType
Ivory edited this page Nov 2, 2024
·
1 revision
Determines how this drone will move when piloted.
-
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".