Show / Hide Table of Contents

Class CreateEntityReactionEffect

Inheritance
System.Object
ReagentEffect
CreateEntityReactionEffect
Namespace: Content.Server.Chemistry.ReactionEffects
Assembly: Content.Server.dll
Syntax
public sealed class CreateEntityReactionEffect : ReagentEffect

Fields

| Improve this Doc View Source

Entity

What entity to create.

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

Number

How many entities to create per unit reaction.

Declaration
public uint Number
Field Value
Type Description
System.UInt32

Methods

| Improve this Doc View Source

Effect(ReagentEffectArgs)

Declaration
public override void Effect(ReagentEffectArgs args)
Parameters
Type Name Description
Content.Shared.Chemistry.Reagent.ReagentEffectArgs args
| Improve this Doc View Source

ReagentEffectGuidebookText(IPrototypeManager, IEntitySystemManager)

Declaration
protected override string? ReagentEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys)
Parameters
Type Name Description
Robust.Shared.Prototypes.IPrototypeManager prototype
Robust.Shared.GameObjects.IEntitySystemManager entSys
Returns
Type Description
System.Nullable<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾