[New Feature] Turret Angle #988
snmiglight
started this conversation in
Ideas and feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
TurretDefaultAngle=X
Specifies the initial turret angle for a unit or when not in use. Acceptable values are 0-359, where 90 is the value the unit is facing. Defaults to 90.
TurretAngleLimit=X,Y
Specifies turret angle limit for a unit. Acceptable values are 0-359, where 90 is the value the unit is facing; -1 means no angle limit.
First value is the angle limit where the turret can rotate counterclockwise, second value is angle limit where the turret can rotate clockwise. Defaults to -1,-1.
Possible Implementation:
Beta Was this translation helpful? Give feedback.
All reactions