|
float | Add [get, set] |
|
float | Multiply [get, set] |
| The multiplicative offset value of this modifier.
|
|
ParamID | ID [get, set] |
|
◆ ParamModifier() [1/2]
Slasher.Entity.ParamModifier.ParamModifier |
( |
ParamID | id, |
|
|
float | delta = 0, |
|
|
float | multiplyDelta = 0 ) |
◆ ParamModifier() [2/2]
Slasher.Entity.ParamModifier.ParamModifier |
( |
ParamID | id, |
|
|
bool | enabled ) |
- Parameters
-
enabled | Logic OR (all must be false for output to be false, if any of them are true, the final param will be true.) |
◆ additive
float Slasher.Entity.ParamModifier.additive = 0 |
|
private |
◆ multiplicative
float Slasher.Entity.ParamModifier.multiplicative = 0 |
|
private |
◆ Add
float Slasher.Entity.ParamModifier.Add |
|
getsetadd |
◆ Multiply
float Slasher.Entity.ParamModifier.Multiply |
|
getset |
The multiplicative offset value of this modifier.
These values will ultimately be summed and added to 1 so it can be mulitplied. Default is 0.
The documentation for this class was generated from the following file: