Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 342 Bytes

Block.md

File metadata and controls

15 lines (10 loc) · 342 Bytes

Block

An object represending an ingame terminal block

applyAction(string)

Applies/executes the given action.

List of Possible Actions

Example:

var soundBlock = Blocks.get("Sound Block 1");
soundBlock.applyAction("PlaySound");