Planeshift
Public Attributes

ValueModifier Struct Reference

This structure contains the parsed data from Attributes recarding script variables. More...

#include <lootrandomizer.h>

List of all members.

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.

Detailed Description

This structure contains the parsed data from Attributes recarding script variables.

Definition at line 57 of file lootrandomizer.h.


Member Data Documentation

The name of the variable.

Definition at line 59 of file lootrandomizer.h.

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.


The documentation for this struct was generated from the following file: