Difference between revisions of "Get vector from path"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(Created page with "==Syntax== ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>get_vector_from_path</span> dword, dword, dword, dword, breg, data</span> *...")
(No difference)

Revision as of 03:23, 20 March 2023

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.