UnionFlag¶
Namespace: ChannelToClient · Opcode: 0x0101 (257)
Channel-to-client plugin-flags reply. Carries the target entity id and the count of plugin-flag bytes that follow. Envision always sends Count=0 for now — new characters have no plugins unlocked.
Fields¶
| Field | Type | Modifiers | Description |
|---|---|---|---|
EntityId |
s32 |
— | Mirrors the request's EntityId. |
PluginCount |
u16 |
— | Number of packed plugin-flag bytes that follow. Envision sends 0; the reference emits one byte per 8 plugin flags. |