Difference between revisions of "Field Target References"

From HLKitWiki
Jump to: navigation, search
(New page: {{context|Kit Reference|Target References}} There are a variety of ways to access and manipulate the contents of fields. The complete list of target references for fields is presented in ...)
 
Line 11: Line 11:
 
|value
 
|value
 
|(Left, Right, Number)  
 
|(Left, Right, Number)  
 +
|-
 +
|isempty
 +
|(Right, Number)
 
|-
 
|-
 
|reset
 
|reset
Line 16: Line 19:
 
|-
 
|-
 
|ischosen
 
|ischosen
|(Right, Number)
 
|-
 
|isempty
 
 
|(Right, Number)  
 
|(Right, Number)  
 
|-
 
|-
 
|delta
 
|delta
 
|(Left, Right, Number)  
 
|(Left, Right, Number)  
|-
 
|arraydump
 
|(Right, String)
 
|-
 
|matrixdump
 
|(Right, String)
 
 
|-
 
|-
 
|arrayvalue[''row'']
 
|arrayvalue[''row'']
Line 41: Line 35:
 
|matrixtext[''row'',''col'']
 
|matrixtext[''row'',''col'']
 
|(Left, Right, String)  
 
|(Left, Right, String)  
 +
|-
 +
|arraydump
 +
|(Right, String)
 +
|-
 +
|matrixdump
 +
|(Right, String)
 
|-
 
|-
 
|modify[''oper'',''val'',''str'']
 
|modify[''oper'',''val'',''str'']

Revision as of 20:06, 6 December 2008

Context: HL KitKit Reference … Target References 

There are a variety of ways to access and manipulate the contents of fields. The complete list of target references for fields is presented in the table below.

NOTE! When a field is accessed from within a thing or a visual script, all operations are restricted to read-only behavior. Any attempts to modify a field from within a thing context or via a visual script will fail.

text (Left, Right, String)
value (Left, Right, Number)
isempty (Right, Number)
reset (Right, Number)
ischosen (Right, Number)
delta (Left, Right, Number)
arrayvalue[row] (Left, Right, Number)
arraytext[row] (Left, Right, Number)
matrixvalue[row,col] (Left, Right, Number)
matrixtext[row,col] (Left, Right, String)
arraydump (Right, String)
matrixdump (Right, String)
modify[oper,val,str] (Right, Number)
history[spl] (Right, String)