Prototype/ArithmeticCombinator
Revision as of 18:33, 22 August 2018 by Bilka (talk | contribs) (Created page with "== Basics == Extends Prototype/Combinator. == Mandatory properties == This prototype inherits all the properties from Prototype/Combinator. === plus_symbol_sprites =...")
Basics
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