Class SharedInstrumentSystem
Inheritance
System.Object
SharedInstrumentSystem
Assembly: Content.Shared.dll
Syntax
public abstract class SharedInstrumentSystem : EntitySystem
Methods
|
Improve this Doc
View Source
EndRenderer(EntityUid, Boolean, SharedInstrumentComponent)
Declaration
public virtual void EndRenderer(EntityUid uid, bool fromStateChange, SharedInstrumentComponent instrument = null)
Parameters
|
Improve this Doc
View Source
ResolveInstrument(EntityUid, ref SharedInstrumentComponent)
Declaration
public abstract bool ResolveInstrument(EntityUid uid, ref SharedInstrumentComponent component)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
SetInstrumentProgram(SharedInstrumentComponent, Byte, Byte)
Declaration
public void SetInstrumentProgram(SharedInstrumentComponent component, byte program, byte bank)
Parameters
|
Improve this Doc
View Source
SetupRenderer(EntityUid, Boolean, SharedInstrumentComponent)
Declaration
public virtual void SetupRenderer(EntityUid uid, bool fromStateChange, SharedInstrumentComponent instrument = null)
Parameters