Difference between revisions of "Vector"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with ''''vector''' is a basic data type in Dragon Age's scripting language. It is a series of floats that define an X, Y, Z coordinate in a map. <dascript> float vVector = Vec...')
(No difference)

Revision as of 21:51, 22 July 2009

vector is a basic data type in Dragon Age's scripting language. It is a series of floats that define an X, Y, Z coordinate in a map.

    float vVector = Vector(0.0f, 1.1f, 2.2f);