Stat 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 > Stat 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 VALUE TO COMPARE | |||
FLOAT | |
The float value to compare to. | |
INT | |
The int value to compare to. | |
STRING | |
The string value to compare to. | |
Input Events
- Evaluate
- Evaluate the stats using the specified evaluation "Type".
Output Events
- Evaluated True
- This event will be fired when the Stat Evaluator receives an "Evaluate" Input event and it returns True.
- Evaluated False
- This event will be fired when the Stat Evaluator receives an "Evaluate" Input event and it returns False.