Es createvectorstring
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_xcreatevectorstring [edit] DescriptionCreates a vector string (stored in outputvar) that contains x, y, and z.
[edit] Parameters
[edit] Examples// This will initialize our variable es_xsetinfo vector 0 // This will create the vector string es_createvectorstring vector server_var(x) server_var(y) server_var(z) // This is what a vector string looks like "1032.02,-234.56,-86.34"
[edit] Notes
[edit] See also |
