Show / Hide Table of Contents

Class ReagentData

Inheritance
System.Object
ReagentData
Namespace: Content.Shared.Chemistry.Reagent
Assembly: Content.Shared.dll
Syntax
public abstract class ReagentData : IEquatable<ReagentData>

Methods

| Improve this Doc View Source

Clone()

Declaration
public abstract ReagentData Clone()
Returns
Type Description
ReagentData
| Improve this Doc View Source

Equals(ReagentData)

Declaration
public abstract bool Equals(ReagentData other)
Parameters
Type Name Description
ReagentData other
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Equals(Nullable<Object>)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
System.Nullable<System.Object> obj
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GetHashCode()

Declaration
public abstract override int GetHashCode()
Returns
Type Description
System.Int32
| Improve this Doc View Source

ToString(String)

Declaration
public virtual string ToString(string prototype)
Parameters
Type Name Description
System.String prototype
Returns
Type Description
System.String
| Improve this Doc View Source

ToString(String, FixedPoint2)

Declaration
public virtual string ToString(string prototype, FixedPoint2 quantity)
Parameters
Type Name Description
System.String prototype
FixedPoint2 quantity
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾