This commit is contained in:
FlightControl
2017-04-23 10:04:11 +02:00
parent 1cc89942d1
commit 8a5a33d191
2 changed files with 32 additions and 26 deletions

View File

@@ -534,3 +534,11 @@ function POSITIONABLE:IsLasing()
return Lasing
end
--- (R2.1) Get the Spot
-- @param #POSITIONABLE self
-- @return Core.Spot#SPOT The Spot
function POSITIONABLE:GetSpot()
return self.Spot
end