Package mindustry.logic
Class LStatements.PlaySoundStatement
java.lang.Object
mindustry.logic.LStatement
mindustry.logic.LStatements.PlaySoundStatement
- Enclosing class:
- LStatements
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Fields inherited from class mindustry.logic.LStatement
elem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(arc.scene.ui.layout.Table table) build
(LAssembler builder) category()
boolean
Privileged instructions are only allowed in world processors.Methods inherited from class mindustry.logic.LStatement
afterRead, col, copy, field, fields, fields, fieldst, hidden, name, nonPrivileged, param, row, sanitize, saveUI, setupUI, showSelect, showSelect, showSelectTable, write
-
Field Details
-
positional
public boolean positional -
id
-
volume
-
pitch
-
pan
-
x
-
y
-
limit
-
-
Constructor Details
-
PlaySoundStatement
public PlaySoundStatement()
-
-
Method Details
-
build
public void build(arc.scene.ui.layout.Table table) - Specified by:
build
in classLStatement
-
privileged
public boolean privileged()Description copied from class:LStatement
Privileged instructions are only allowed in world processors.- Overrides:
privileged
in classLStatement
-
build
- Specified by:
build
in classLStatement
-
category
- Overrides:
category
in classLStatement
-