issues
search
HeapsIO
/
hxbit
Haxe Binary serialization and network synchronization library
155
stars
30
forks
source link
allow manual call of buildNetworkSerializable + fixes
#59
Closed
trethaller
closed
2 years ago
trethaller
commented
2 years ago
This PR includes:
ability to manually call
buildNetworkSerializable
, passing list of fields, useful to chain hxbit macros on top of macro-generated functions (hence added arg to
buildNetworkSerializable
)
fix for naming clash when passing a
v
arg to a @:rpc function
optionnal
onResult
rpc callback
This PR includes:
buildNetworkSerializable
, passing list of fields, useful to chain hxbit macros on top of macro-generated functions (hence added arg tobuildNetworkSerializable
)v
arg to a @:rpc functiononResult
rpc callback