MoveToMarkerWithFade

From the Fallout3 GECK Wiki
Revision as of 22:39, 31 December 2010 by imported>Ez0n3 (New page: {{Function |origin = VEGAS1 |summary = Moves the object with fade to the specified reference's location with optional axis offset parameters. Fades object out, moves it to reference and ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function included in the GECK Version 1.1.0.262 for Fallout: New Vegas.

Description

Moves the object with fade to the specified reference's location with optional axis offset parameters. Fades object out, moves it to reference and then fades it back in.

Syntax

[help]
[Object].MoveToMarkerWithFade MarkerID:ref OffsetX:float OffsetY:float OffsetZ:float

Example

BuddyRef.MoveToMarkerWithFade HiddenCaveMarker
BuddyRef.MoveToFade Player 512 0 0

Notes

  • May not be ideal in situations where the object is expected to be moved instantly, as it has to wait for the fade out effect to finish.
  • Can be used to simulate an actor activating a door.

See Also