Is there a getBeamWeaponRotation(int index)?

Its not in the Scripting Index?

Comments

  • You mean getBeamWeaponDirection? Or like the turret direction? I don't think you can access the turret direction.
  • Rotationspeed is the stat im after.
  • The turrets where contributed, guess that's why that function is missing. Shouldn't be hard to add at all.
  • This is what I do if I want to double the rotation speed of the player:
    player:setRotationMaxSpeed(player:getRotationMaxSpeed()*2)
  • Rotationspeed of a turret not of a player sadly.
Sign In or Register to comment.