Class ReagentEffectCondition
Inheritance
System.Object
ReagentEffectCondition
Assembly: Content.Shared.dll
Syntax
public abstract class ReagentEffectCondition : object
Methods
|
Improve this Doc
View Source
Condition(ReagentEffectArgs)
Declaration
public abstract bool Condition(ReagentEffectArgs args)
Parameters
Type |
Name |
Description |
Content.Shared.Chemistry.Reagent.ReagentEffectArgs |
args |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GuidebookExplanation(IPrototypeManager)
Effect explanations are of the form "[chance to] [action] when [condition] and [condition]"
Declaration
public abstract string GuidebookExplanation(IPrototypeManager prototype)
Parameters
Type |
Name |
Description |
Robust.Shared.Prototypes.IPrototypeManager |
prototype |
|
Returns
Type |
Description |
System.String |
|