Register a client field. Client fields are variable bit length fields communicated from server to client.
Example:
RegisterClientField("world", "my_field", 2, "int"); // registers a world int field with 2 bits of resolution, that can hold the values 0,1,2,3.
* = mandatory