Pool Target References: Difference between revisions
From HLKitWiki
Jump to navigationJump to 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... |
No edit summary |
||
Line 1: | Line 1: | ||
{{context|Kit Reference|Target References}} | {{context|Kit Reference|Target References}} | ||
The " | 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 04:09, 7 December 2008
Context: HL Kit … Kit 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)