We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e3c7c commit 6735b09Copy full SHA for 6735b09
sendtables/propdecoder.go
@@ -71,6 +71,7 @@ var propDecoder propertyDecoder
71
72
// PropValue stores parsed & decoded send-table values.
73
// For instance player health, location etc.
74
+// Might be renamed in a future major release (Deprecated).
75
type PropValue struct {
76
VectorVal r3.Vector
77
IntVal int
sendtables/sendtables.go
@@ -55,6 +55,7 @@ func (sc *ServerClass) RegisterEntityCreatedHandler(handler EntityCreatedHandler
55
}
56
57
// FlattenedPropEntry stores meta information about a property of an Entity.
58
59
type FlattenedPropEntry struct {
60
prop *sendTableProperty
61
arrayElementProp *sendTableProperty
0 commit comments