Planeshift
ValueModifier Struct Reference

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

#include <lootrandomizer.h>

Public Attributes

csString name
 The name of the variable. More...
 
csString op
 The operation parsed for this reference to the variable ADD, MUL, VAL (VAL is the default value, at least one is needed). More...
 
float value
 The value to apply to the variable through the requested operation in op. More...
 

Detailed Description

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

Definition at line 57 of file lootrandomizer.h.

Member Data Documentation

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.

float ValueModifier::value

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: