Prototype/ArithmeticCombinator: Difference between revisions
Jump to navigation
Jump to search
(Added prototype type to page) |
(Removed incomplete example (mostly missing sprites, which are the only properties that this has over Prototype/Combinator). It is questionable whether this prototype needs an example at all.) Tag: Undo |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/Combinator}} | |||
An [[arithmetic combinator]]. | |||
{{Prototype TOC|arithmetic-combinator}} | |||
== Mandatory properties == | == Mandatory properties == | ||
This prototype inherits all the properties from [[Prototype/Combinator]]. | This prototype inherits all the properties from [[Prototype/Combinator]]. | ||
{{Prototype property|plus_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|minus_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|multiply_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|divide_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|modulo_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|power_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|left_shift_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|right_shift_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|and_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|or_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|xor_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
Latest revision as of 14:47, 24 March 2020
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/Combinator » Prototype/ArithmeticCombinator
Mandatory properties
This prototype inherits all the properties from Prototype/Combinator.
plus_symbol_sprites
Type: Sprite4Way
minus_symbol_sprites
Type: Sprite4Way
multiply_symbol_sprites
Type: Sprite4Way
divide_symbol_sprites
Type: Sprite4Way
modulo_symbol_sprites
Type: Sprite4Way
power_symbol_sprites
Type: Sprite4Way
left_shift_symbol_sprites
Type: Sprite4Way
right_shift_symbol_sprites
Type: Sprite4Way
and_symbol_sprites
Type: Sprite4Way
or_symbol_sprites
Type: Sprite4Way
xor_symbol_sprites
Type: Sprite4Way