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
index_or_name_type [2013/08/08 03:43]
admin
index_or_name_type [2016/04/25 20:36] (current)
hermann [Automatic Conversions]
Line 1: Line 1:
 ====== Index Or Name Type ====== ====== Index Or Name Type ======
  
-An index or name is a type comprised by an numeric index or a name. The numeric index is a [[Positive ​Int Type]]. Name is a regular [[Name Type]].+An index or name is a type comprised by an numeric index or a name. The numeric index is a [[Positive ​Integer Value Type]]. Name is a regular [[Name Type]].
  
 ===== GUI Editor ===== ===== GUI Editor =====
Line 9: Line 9:
 ===== EGO Script ===== ===== EGO Script =====
  
-Indices are [[Positive Int]] values. Names are regular names enclosed by double quotes '"'​. The following examples are valid indices or names:+Indices are positive integer ​values. Names are regular names enclosed by double quotes '"'​. The following examples are valid indices or names:
  
 <code cpp> <code cpp>
Line 24: Line 24:
 ===== Automatic Conversions ===== ===== Automatic Conversions =====
  
-  * **Converted from**: [[Name Type]], [[Double ​Type]], [[Int Type]], [[Positive ​Int Type]], [[Non Negative ​Int Type]] and [[String Type]].+  * **Converted from**: [[Name Type]], [[Real Value Type]], [[Integer Value Type]], [[Positive ​Integer Value Type]], [[Non Negative ​Integer Value Type]] and [[String Type]].
  
-  * **Converted to**: None.+  * **Converted to**: [[Name Type]], [[Real Value Type]], [[Integer Value Type]], [[Positive Integer Value Type]], [[Non Negative Integer Value Type]] and [[String Type]].