Package mindustry.logic
Class LStatements.PlaySoundStatement
java.lang.Object
mindustry.logic.LStatement
mindustry.logic.LStatements.PlaySoundStatement
- Enclosing class:
- LStatements
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanFields inherited from class mindustry.logic.LStatement
alignToName, elem, nameToAlign -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(arc.scene.ui.layout.Table table) build(LAssembler builder) category()booleanPrivileged instructions are only allowed in world processors.Methods inherited from class mindustry.logic.LStatement
afterRead, col, copy, field, fieldAlignSelect, fields, fields, fieldst, hidden, name, nonPrivileged, param, row, sanitize, saveUI, setupUI, showAlignSelect, showSelect, showSelect, showSelectTable, typeName, 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:
buildin classLStatement
-
privileged
public boolean privileged()Description copied from class:LStatementPrivileged instructions are only allowed in world processors.- Overrides:
privilegedin classLStatement
-
build
- Specified by:
buildin classLStatement
-
category
- Overrides:
categoryin classLStatement
-