mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-07 23:05:55 +00:00
UPDATE: WRAPPER function params
- Added (Optional) to param descriptions for params that have default values
This commit is contained in:
@@ -246,7 +246,7 @@ end
|
||||
--- Spawn the @{Wrapper.Static} at a specific coordinate and heading.
|
||||
-- @param #STATIC self
|
||||
-- @param Core.Point#COORDINATE Coordinate The coordinate where to spawn the new Static.
|
||||
-- @param #number Heading The heading of the static respawn in degrees. Default is 0 deg.
|
||||
-- @param #number Heading (Optional) The heading of the static respawn in degrees. Default is 0 deg.
|
||||
-- @param #number Delay Delay in seconds before the static is spawned.
|
||||
function STATIC:SpawnAt(Coordinate, Heading, Delay)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user