Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ardiscript:addlinkedpoints [2018/11/16 03:42]
optrix [Examples]
ardiscript:addlinkedpoints [2018/11/16 04:28] (current)
optrix
Line 9: Line 9:
 ===Points=== ===Points===
  
-//Type: [[Vector3]]+//Type: [[XYZ Coordinates]]
 Default: None// Default: None//
  
Line 23: Line 23:
 ===Name=== ===Name===
  
-//​Type: ​[[Text]]+//Type: Text
 Default: **LinkedPath**//​ Default: **LinkedPath**//​
  
Line 34: Line 34:
  
 The color of the texture to be added to the linked points line. Color is given in red, green and blue values ranging from 0 to 1 respectively. Each value is separated by a comma. The color of the texture to be added to the linked points line. Color is given in red, green and blue values ranging from 0 to 1 respectively. Each value is separated by a comma.
 +
 +====See Also====
 +[[addmesh]] [[addshape]] [[addbeacon]]
  
 ====Examples==== ====Examples====
Line 39: Line 42:
 <​code>​ <​code>​
  
-<code code code>+<addlinkedpoints points="​10,​2,​3 23,5,10 3,​5,​10"​ Color="​1,​1,​0" ​>
  
 </​code>​ </​code>​
  
-> code code code code code+The above code will create a line moving from the point **10,2,3** through **23,5,10** and finishing at **3,5,10**. The color will be set to **1,1,0** which will create a yellow color.