Component:CharacterControllerModifier

From Resonite Wiki
Revision as of 20:49, 8 January 2025 by 989onan (talk | contribs) (weird. automated tools didn't see this. in you go!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

!!!ABSTRACT CLASS!!!

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
Parameter CharacterControllerParameter The parameter to modify.
ModificationMode Mode How to modify the parameter.

Mode

Values
Name Value Description
Override 0 Override the original value, replacing it with another value.
Add 1 Add to the original value with another value.
Multiply 2 Multiply the original value with another value.


Usage

This is an abstract class used as a base for other components in the code.

See Also