Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion github.io/docs/astron/en/master/00-message-encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ field id. Astron will always broadcast fields in that order.

Example DC Class:

dclass DistributedAvatar
dclass DistributedAvatar {
name(string n) required db; // ID = 0 | Value = "Throgdar"
x(uint64 x) broadcast ram; // ID = 1 | Value = 5
y(uint64 y) broadcast ram; // ID = 2 | No Value
z(uint64 z) broadcast ram; // ID = 3 | Value = 0
}

Serialized form:

Expand Down