Difference between revisions of "MoveToMarkerWithFade"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Ez0n3
imported>Ez0n3
Line 1: Line 1:
{{Function
{{Function
  |origin = VEGAS1
  |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 the reference and then fades it back in.
  |summary = Moves the object with fade to the specified reference's location with optional axis offset parameters. Fades the object out, moves it to the reference and then fades it back in.
  |name = MoveToMarkerWithFade
  |name = MoveToMarkerWithFade
  |referenceType = [Object]
  |referenceType = [Object]

Revision as of 22:45, 31 December 2010

< [[::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 the object out, moves it to the 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