Show / Hide Table of Contents

Class RatKingRummageableComponent

This is used for entities that can be rummaged through by the rat king to get loot.

Inheritance
System.Object
RatKingRummageableComponent
Namespace: Content.Shared.RatKing
Assembly: Content.Shared.dll
Syntax
public sealed class RatKingRummageableComponent : Component

Fields

| Improve this Doc View Source

Looted

Whether or not this entity has been rummaged through already.

Declaration
public bool Looted
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

RummageDuration

How long it takes to rummage through a rummageable container.

Declaration
public float RummageDuration
Field Value
Type Description
System.Single
| Improve this Doc View Source

RummageLoot

A weighted random entity prototype containing the different loot that rummaging can provide.

Declaration
public string RummageLoot
Field Value
Type Description
System.String
| Improve this Doc View Source

Sound

Sound played on rummage completion.

Declaration
public SoundSpecifier Sound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾