Get vector from path

From Unofficial QEdit Wiki Guide
Revision as of 03:23, 20 March 2023 by Kayak (Talk | contribs)

Jump to: navigation, search

Syntax

Syntax: get_vector_from_path dword, dword, dword, dword, breg, data

  • dword1 = The # of sets of data for the vector, must not be a float.
  • dword2 = Speed of the vector, can be a float.
  • dword3 = Current progress in the loop.
  • dword4 = Looping flag.
  • breg = Starts a continuous string of 4 registers. First is X, Second is Y, Third is Z, 4th is completion flag which is set to 1.
  • data = Contains all of the X, Y, Z, and Duration of the vector.

Use

Used to make a complex path for a camera or particle to follow.