Prototype/DeciderCombinator: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Basics == Extends Prototype/Combinator. == Mandatory properties == This prototype inherits all the properties from Prototype/Combinator. === equal_symbol_sprites...") |
(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 |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/Combinator}} | |||
A [[decider combinator]]. | |||
{{Prototype TOC|decider-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|equal_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|greater_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|less_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|not_equal_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|greater_or_equal_symbol_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|less_or_equal_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/DeciderCombinator
Mandatory properties
This prototype inherits all the properties from Prototype/Combinator.
equal_symbol_sprites
Type: Sprite4Way
greater_symbol_sprites
Type: Sprite4Way
less_symbol_sprites
Type: Sprite4Way
not_equal_symbol_sprites
Type: Sprite4Way
greater_or_equal_symbol_sprites
Type: Sprite4Way
less_or_equal_symbol_sprites
Type: Sprite4Way