Prototype/ArithmeticCombinator: Difference between revisions
Jump to navigation
Jump to search
(Added prototype type to page) |
(Set prototype parent) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/Combinator}} | |||
== Basics == | == Basics == | ||
Prototype type: '''arithmetic-combinator''' | Prototype type: '''arithmetic-combinator''' |
Revision as of 15:44, 24 July 2019
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/Combinator » Prototype/ArithmeticCombinator
Basics
Prototype type: arithmetic-combinator
Extends Prototype/Combinator.
Mandatory properties
This prototype inherits all the properties from Prototype/Combinator.
plus_symbol_sprites
Type: Types/Sprite4Way
minus_symbol_sprites
Type: Types/Sprite4Way
multiply_symbol_sprites
Type: Types/Sprite4Way
divide_symbol_sprites
Type: Types/Sprite4Way
modulo_symbol_sprites
Type: Types/Sprite4Way
power_symbol_sprites
Type: Types/Sprite4Way
left_shift_symbol_sprites
Type: Types/Sprite4Way
right_shift_symbol_sprites
Type: Types/Sprite4Way
and_symbol_sprites
Type: Types/Sprite4Way
or_symbol_sprites
Type: Types/Sprite4Way
xor_symbol_sprites
Type: Types/Sprite4Way