Class Polymorph
Inheritance
System.Object
Polymorph
Assembly: Content.Server.dll
Syntax
public sealed class Polymorph : ReagentEffect
Properties
|
Improve this Doc
View Source
PolymorphPrototype
What polymorph prototype is used on effect
Declaration
public string PolymorphPrototype { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
IEntitySystemManager |
entSys |
|
Returns
Type |
Description |
System.Nullable<System.String> |
|