Es.createvectorstring

From EventScripts Community Encyclopedia



Method: createvectorstring

Module: es
Class: (no class)
EventScripts version: 2.0

Method Overview

Table of Contents

Contents


Description

Returns a string that contains x, y, and z. This is the Python equivalent of: http://www.eventscripts.com/pages/es_createvectorstring

Arguments

  • x - the variable which holds the x position.
  • y - the variable which holds the y position.
  • z - the variable which holds the z position.


Examples

s = es.createvectorstring(x,y,z)

Notes

  • This is the same as s = "%f,%f,%f"%(x,y,z)


See Also

blog comments powered by Disqus