Es createvectorfrompoints
From EventScripts Community Encyclopedia
|
[edit] OverviewSyntax: Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.Variation of this command that doesn't expand variables: es_xcreatevectorfrompoints [edit] DescriptionCreates a vectorstring (stored in outputvar) that points from vector/point A to vector/point B.
[edit] Parameters
[edit] Examples// This will initialize our variable es_xsetinfo vectorAB 0 // This will create the vector string that points from A to B es_createvectorfrompoints vectorAB server_var(pointA) server_var(pointB) // This is what a vector string looks like "1032.02,-234.56,-86.34"
[edit] Notes
[edit] See also |
