Show / Hide Table of Contents

Class ThrownItemComponentState

Inheritance
System.Object
ThrownItemComponentState
Namespace: Content.Shared.Throwing
Assembly: Content.Shared.dll
Syntax
public sealed class ThrownItemComponentState : ComponentState

Constructors

| Improve this Doc View Source

ThrownItemComponentState(Nullable<NetEntity>)

Declaration
public ThrownItemComponentState(NetEntity? thrower)
Parameters
Type Name Description
System.Nullable<NetEntity> thrower

Properties

| Improve this Doc View Source

Thrower

Declaration
public NetEntity? Thrower { get; }
Property Value
Type Description
System.Nullable<NetEntity>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾