Niilo007 / Stationeers-Research

Documentation and MIPS code for the game "Stationeers"
0 stars 0 forks source link

[Update Documentation]: Velocity and rotation logic variables #156

Open Niilo007 opened 5 months ago

Niilo007 commented 5 months ago

Added VelocityX, VelocityY, and VelocityZ Logic Variables. These expose the absolute velocity in the world for the entity. Currently implemented for MiningRobot and AdvancedSuit.

Added Orientation logic variable to RobotMining and AdvancedSuit. This value returns between 0 and 360 in degrees according to your angle to true north.