Difference between revisions of "Hover (Procedure)"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Henning
 
imported>Catwheezle
(Added "see also" section items.)
 
Line 10: Line 10:
|Param2=Height
|Param2=Height
|Type2=Float
|Type2=Float
|Desc2=The height at which to hover.
|Desc2=The height at which to hover, relative to the target.




Line 16: Line 16:
*None
*None


|SeeAlso=
*[[Orbit (Procedure)]]


}}
}}

Latest revision as of 00:55, 15 February 2012

Behavior

Description:
??? Essentially the "travel" in the air procedure for flying creatures.

The procedure completes:
???

Parameters

  • TargetLocation (Location): Location to fly to and hover over
  • Height (Float): The height at which to hover, relative to the target.

                                   

Notes

  • None

See Also