mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Some code cleanup.
This commit is contained in:
@@ -2543,6 +2543,7 @@ do -- SET_UNIT
|
||||
|
||||
end
|
||||
|
||||
|
||||
do -- SET_STATIC
|
||||
|
||||
--- @type SET_STATIC
|
||||
@@ -3214,8 +3215,6 @@ do -- SET_STATIC
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
do -- SET_CLIENT
|
||||
|
||||
|
||||
@@ -3667,8 +3666,6 @@ do -- SET_CLIENT
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
do -- SET_PLAYER
|
||||
|
||||
--- @type SET_PLAYER
|
||||
@@ -4071,8 +4068,6 @@ do -- SET_PLAYER
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
do -- SET_AIRBASE
|
||||
|
||||
--- @type SET_AIRBASE
|
||||
@@ -4415,8 +4410,6 @@ do -- SET_AIRBASE
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
do -- SET_CARGO
|
||||
|
||||
--- @type SET_CARGO
|
||||
|
||||
@@ -149,7 +149,6 @@ function SPAWNSTATIC:Spawn( Heading, NewName ) --R2.3
|
||||
end
|
||||
|
||||
|
||||
|
||||
--- Creates a new @{Static} from a POINT_VEC2.
|
||||
-- @param #SPAWNSTATIC self
|
||||
-- @param Core.Point#POINT_VEC2 PointVec2 The 2D coordinate where to spawn the static.
|
||||
|
||||
Reference in New Issue
Block a user