CET Commands
Some functions can be used by entering commands into CET.

- Returns the position of the tracked map pin in the minimap
print(AutoDriveMod_AutoDriveSystem.GetInstance():GetTrackedPoint())

- Move specified points in order and loop
AutoDriveMod_AutoDriveSystem.GetInstance():StartLoopDrive(points: array<Vector4>, opt range: Float, opt maxSpeed: Float, opt minSpeed: Float, opt ticksTimeout: Float)
  ex) Loop line counterclockwise
AutoDriveMod_AutoDriveSystem.GetInstance():StartLoopDrive({
ToVector4{ x = 227.71417, y = 194.1033, z = 81.822845, w = 1 },
ToVector4{ x = -334.35046, y = 1879.8674, z = 71.369965, w = 1 },
ToVector4{ x = -1847.9711, y = 1725.2034, z = 49.290237, w = 1 },
ToVector4{ x = -2004.8768, y = -1429.6564, z = 38.4554, w = 1 },
ToVector4{ x = -1302.3025, y = -1568.292, z = 53.533073, w = 1 },
ToVector4{ x = -853.11786, y = -1883.4144, z = 41.191074, w = 1 },
ToVector4{ x = 97.16794, y = -827.0497, z = 46.58303, w = 1 },
ToVector4{ x = 5.600638, y = -338.95728, z = 63.87922, w = 1 },
})


- Experimental implementation of wandering drive
AutoDriveMod_AutoDriveSystem.GetInstance():StartWanderingDrive()

Article information

Added on

Edited on

Written by

noborudesu