Tile - YChargeable - Charge – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search

Charge(Entity, Amount)

YlandsTile-133.png

static charge(target: YEntity, amount: number): void;

Parameters

target

Target entity

amount

Amount of charge

Availability

Server

Description

Allows to increase charge of target entity.

Notes

  • Works for "chargeable" items (e.g Mining drill).
  • Works also for engines.
  • Power cells cannot be recharged from a script, only depleted.
  • Entering negative number as amount will inverse the instruction effect.