|
Botcraft 26.2
|
#include <EntityAttribute.hpp>
Public Types | |
| enum class | Operation : char { Add = 0 , MultiplyBase = 1 , MultiplyTotal = 2 } |
Public Attributes | |
| double | amount = 0.0 |
| Operation | operation = Operation::Add |
Definition at line 109 of file EntityAttribute.hpp.
|
strong |
| Enumerator | |
|---|---|
| Add | |
| MultiplyBase | |
| MultiplyTotal | |
Definition at line 111 of file EntityAttribute.hpp.
| double Botcraft::EntityAttribute::Modifier::amount = 0.0 |
Definition at line 118 of file EntityAttribute.hpp.
| Operation Botcraft::EntityAttribute::Modifier::operation = Operation::Add |
Definition at line 119 of file EntityAttribute.hpp.