ChillerDragon / teeworlds-protocol

Documenting the teeworlds network protocol
8 stars 3 forks source link

Replace Int types with Bool, ClientID, Int etc #11

Open ChillerDragon opened 1 year ago

ChillerDragon commented 1 year ago

For example the mc protocol wiki

Uses Short, Double, Angle as FieldTypes

And in the network.py it uses NetRange

ChillerDragon commented 1 year ago

Could look like this; image

Or like this: image

Or like this: image

Or like this: image

And it could link to a ranges.html#rangetype section or link to its range definition in network.py