Stats Evaluator Object
From Runic Games Wiki
Contents |
Stats Evaluator
Description
This Level Object is used to ...
Location
Right-click on an empty space in the Layout Scene Manager and choose Stat Logic > Stats Evaluator from the list.
Properties
Name | Type | Description | Read Only |
---|---|---|---|
EVALUATION TYPE | |||
TYPE | |
Specify the evaluator to use.
|
|
STAT ONE | |||
STAT 1 | |
A Stat specified in code. | |
STAT 1 DYNAMIC | |
A dynamic Stat created within the editor. | |
STAT ONE TARGETING | |||
INDEX | |
The primary index of the target type. | |
SECONDARY INDEX | |
The secondary index of the target type. | |
TARGET NAME | |
The name of the Unit in the level. | |
TYPE | |
The type of target the list should use.
|
|
STAT TWO | |||
STAT 2 | |
A Stat specified in code. | |
STAT 2 DYNAMIC | |
A dynamic Stat created within the editor. | |
STAT TWO TARGETING | |||
INDEX | |
The primary index of the target type. | |
SECONDARY INDEX | |
The secondary index of the target type. | |
TARGET NAME | |
The name of the Unit in the level. | |
TYPE | |
The type of target the list should use.
|
|
Input Events
- Evaluate
- Evaluate the stats using the specified evaluation "Type".
Output Events
- Evaluated True
- This event will be fired when the Stats Evaluator receives an "Evaluate" Input event and it returns True.
- Evaluated False
- This event will be fired when the Stats Evaluator receives an "Evaluate" Input event and it returns False.