Prototype/FlyingText

From Official Factorio Wiki
Revision as of 18:34, 26 October 2017 by Bilka (talk | contribs) (Created page with "== Basics == An upwards flying text that disappears after a certain time (setting active = false stops the flying and the disappearing.) Based on Prototype/Entity. == Pro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basics

An upwards flying text that disappears after a certain time (setting active = false stops the flying and the disappearing.) Based on Prototype/Entity.

Properties

speed

Type: Types/double

How fast the text flies up. Seems to be tiles/tick.

time_to_live

Type: Types/uint

Time in ticks this flying-text lasts.