Show / Hide Table of Contents

Class StrippableSystem

This is the client-side stripping system, which just triggers UI updates on events.

Inheritance
System.Object
SharedStrippableSystem
StrippableSystem
Namespace: Content.Client.Strip
Assembly: Content.Client.dll
Syntax
public sealed class StrippableSystem : SharedStrippableSystem

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
SharedStrippableSystem.Initialize()
| Improve this Doc View Source

UpdateUi(EntityUid, StrippableComponent, Nullable<EntityEventArgs>)

Declaration
public void UpdateUi(EntityUid uid, StrippableComponent component = null, EntityEventArgs? args = null)
Parameters
Type Name Description
EntityUid uid
StrippableComponent component
System.Nullable<EntityEventArgs> args
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾