Protocol
EntityFlags
generated from the sources
Enum in namespace
Nebula · Packages/com.1by3.nebula/Runtime/Protocol/Messages.cs[Flags]
public enum EntityFlags : byteMembers
| Name | Value | Description |
|---|---|---|
None | 0 | |
OwnerIsBot | 1 | The owning client is a bot. Travels with the entity through ghosting and handover. |
ServerDriven | 2 | No owning client: the authoritative worker drives the entity itself. Travels with the entity. |