Planeshift
|
This structure contains the parsed data from Attributes recarding script variables. More...
#include <lootrandomizer.h>
Public Attributes | |
csString | name |
The name of the variable. | |
csString | op |
The operation parsed for this reference to the variable ADD, MUL, VAL (VAL is the default value, at least one is needed). | |
float | value |
The value to apply to the variable through the requested operation in op. |
This structure contains the parsed data from Attributes recarding script variables.
Definition at line 57 of file lootrandomizer.h.
csString ValueModifier::name |
The name of the variable.
Definition at line 59 of file lootrandomizer.h.
csString ValueModifier::op |
The operation parsed for this reference to the variable ADD, MUL, VAL (VAL is the default value, at least one is needed).
Definition at line 60 of file lootrandomizer.h.
The value to apply to the variable through the requested operation in op.
Definition at line 61 of file lootrandomizer.h.