My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
SendTilesMessage  
Message which sends tiles to the client
Phase-Implementation
Updated Jan 30, 2011 by kortda...@gmail.com

Introduction

SendTilesMessage is used by the server to send all viewable tiles to the client.

Client

Read

-

Server

Send

Packet setup

Value Type Comment
Header uint8 HEADER_TILES
Total tiles uint16
- Foreach tile -
Position X uint16
Position Y uint16
Blocking uint32
-- Foreach tile layer --
Layer uint16
Sprite uint32
-- End --
Location id uint16
Location name string
- End -

Powered by Google Project Hosting