MultiValue

From Cosmoteer Wiki
< Modding‎ | ComponentsModding/Components/PartMultiValue
Jump to navigation Jump to search
Code location (what's this?): Cosmoteer.Ships.Parts.Logic.PartMultiValue

A part sub-component that combines multiple other value components into a single value component.

Inherits from PartComponent.

Parameters (Complete list)
Name Type Required? Buffable? Default value Description
Values <PartComponentRules>[]? No No - Presumably the list of input components that will provide the multiple values we want to combine.
ViaBuffs BuffMultiProxyRules?

meaning : A path to a " BuffMultiProxy"

No No - ??
Mode MultiValueMode Yes No - ??
Abs bool No No - Presumably makes the value positive ( = takes the absolute value of the value).
Negate bool No No - Presumably makes the value negative.
Invert bool No No - Presumably inverts the value.

Examples

CalloutIconWarning.pngWork in Progress
This subsection is currently work-in-progress: Some things may be missing.

Feel free to contribute to make it better!