Vixen
02b45cc4
csharp
public struct PossessedBy

What is driving a pawn. Absent when nothing is.

Read the guide page for this →

As a component

Size
16 bytes — 585 rows in a 16 KB chunk, alone on the archetype

Remarks

The other half of Possessing, so that a pawn can find its controller without a scan. Player is the only supported way to write either: both can be set directly, and everything that does will eventually produce a pawn that believes it is possessed by a controller that has forgotten it.

Fields and properties (1)

  • public Entity Controller

    The controller.

Used by (5)

  • LocalPlayerSystemVixen.Net.Engine
  • PlayerVixen.Engine
  • PossessionSystemVixen.Engine
  • PossessionTestsVixen.Engine.Tests
  • TypeRegistrationVixen.Engine