Difference between revisions of "Pool Target References"

From HLKitWiki
Jump to: navigation, search
(New page: {{context|Kit Reference|Target References}} The "value" script context is actually the same as a "field" context, except that the field is being accessed from within a visual script and i...)
 
Line 1: Line 1:
 
{{context|Kit Reference|Target References}}
 
{{context|Kit Reference|Target References}}
  
The "value" script context is actually the same as a "field" context, except that the field is being accessed from within a visual script and is therefore read-only in all behaviors. Hence the need to keep the script contexts distinct. The complete list of target references for the "value" context is presented in the table below.
+
The "pool" script context corresponds to the contents of a usage pool, whether it be associated with a pick or directly on the actor. The complete list of target references for usage pools is presented in the table below.
  
 
:{| class="infotable"
 
:{| class="infotable"
 
|class="leftnormal"|name
 
|class="leftnormal"|name
|
+
|(Right, String)
 
|-
 
|-
 
|abbrev
 
|abbrev
|
+
|(Right, String)
 
|-
 
|-
 
|count
 
|count
|
+
|(Right, Number)
 
|-
 
|-
 
|value
 
|value
|
+
|(Right, Number)
 
|-
 
|-
 
|empty
 
|empty
|
+
|(Right, Number)
 
|-
 
|-
|set
+
|set[''value'']
|
+
|(Right, Number)
 
|-
 
|-
|adjust
+
|adjust[''value'']
|
+
|(Right, Number)
 
|-
 
|-
 
|rollback
 
|rollback
|
+
|(Right, Number)
 
|-
 
|-
|history
+
|history[''index'']
|
+
|(Right, Number)
 
|-
 
|-
 
|}
 
|}

Revision as of 21:09, 6 December 2008

Context: HL KitKit Reference … Target References 

The "pool" script context corresponds to the contents of a usage pool, whether it be associated with a pick or directly on the actor. The complete list of target references for usage pools is presented in the table below.

name (Right, String)
abbrev (Right, String)
count (Right, Number)
value (Right, Number)
empty (Right, Number)
set[value] (Right, Number)
adjust[value] (Right, Number)
rollback (Right, Number)
history[index] (Right, Number)