Tile - YEngine - Fuel Engine – Ylands
Category: Instructions
| Lou Montana (talk | contribs) m (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}") | Lou Montana (talk | contribs)  m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") | ||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| <!--- | |||
| THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
| --> | |||
| == Fuel Engine(Entity, Amount) == | |||
| =Notes= | [[File:YlandsTile-134.png]] | ||
| *To '''remove''' fuel from target, use '''negative''' amount | |||
| *Maximum engine fuel '''capacity''' is '''1000''' | <pre>static fuel(target: YEntity, amount: number): void;</pre> | ||
| === Parameters === | |||
| ==== target ==== | |||
| Target entity | |||
| ==== amount ==== | |||
| Amount of fuel | |||
| === Availability === | |||
| [[Ylands:Tile Availability - Server|Server]] | |||
| === Description === | |||
| Allows to '''add''' desired amount of '''fuel''' to selected entity. | |||
| === Notes === | |||
| * Works only for '''engines'''. | |||
| * To '''remove''' fuel from target, use '''negative''' amount. | |||
| * Maximum engine fuel '''capacity''' is '''1000'''. | |||
| ---- | ---- | ||
| {{Ylands  | {{Navbox/Ylands}} | ||
| {{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
| [[Category: Instructions]] | [[Category: Instructions]] | ||
Latest revision as of 14:26, 24 November 2023
Fuel Engine(Entity, Amount)
static fuel(target: YEntity, amount: number): void;
Parameters
target
Target entity
amount
Amount of fuel
Availability
Description
Allows to add desired amount of fuel to selected entity.
Notes
- Works only for engines.
- To remove fuel from target, use negative amount.
- Maximum engine fuel capacity is 1000.
 
	