Show / Hide Table of Contents

Struct EntityZombifiedEvent

Event that is broadcast whenever an entity is zombified. Used by the zombie gamemode to track total infections.

Namespace: Content.Shared.Zombies
Assembly: Content.Shared.dll
Syntax
public struct EntityZombifiedEvent

Constructors

| Improve this Doc View Source

EntityZombifiedEvent(EntityUid)

Declaration
public EntityZombifiedEvent(EntityUid target)
Parameters
Type Name Description
EntityUid target

Fields

| Improve this Doc View Source

Target

The entity that was zombified.

Declaration
public readonly EntityUid Target
Field Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾