Difference between revisions of "Perk Entry Point"
Jump to navigation
Jump to search
m
→Entry Point Types
imported>Lisselli (→Perk Entry Points: added Entry Point types.) |
imported>Lisselli |
||
Line 13: | Line 13: | ||
***Absolute Value: Set the value to its absolute value (so that it is non-negative). value = abs( value ) | ***Absolute Value: Set the value to its absolute value (so that it is non-negative). value = abs( value ) | ||
***Negative Absolute Value: Set the value to the negative of its absolute value (so that it is always negative). value = -abs( value ) | ***Negative Absolute Value: Set the value to the negative of its absolute value (so that it is always negative). value = -abs( value ) | ||
== Perk Entry Points == | == Perk Entry Points == |