server-1.12/doc/Developers/client.dox

18 lines
464 B
Plaintext

/**
@page page_client Client
This page describes the client-server relation and what the client knows about the game events.
@todo expand (map info and such)
@section sec_client_known_fields Object fields the client knows about
The client knows about the following properties of an item:
- name and plural name
- number of
- weight
- magical, cursed, damned and blessed status (if the object known to be magical, cursed, damned or blessed)
- locked status
*/