User Tools

Site Tools


cobjects:cway_bin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
cobjects:cway_bin [2011-07-08 10:41] – created edheldilcobjects:cway_bin [2011-07-23 01:30] (current) edheldil
Line 1: Line 1:
 ==== CWAY_bin ==== ==== CWAY_bin ====
  
-^  Offset ^  Size ^ Description +^  Offset ^  Size ^ Type ^ Description 
-|        0x00 |     4 | 0x41d80000 - Class ID 1 | +|        0x00 |     | CID | 0x41d80000 - Class ID 1 | 
-|        0x04 |     4 | 0x423c0000 - Class ID 2 | +|        0x04 |     | CID | 0x423c0000 - Class ID 2 | 
-|        0x08 |     4 | | +|        0x08 |     4 | [[cobjects:DynamicProperties]] | unused 
-|        0x0C |     4 | | +|        0x0C |     4 | Int | Minimum distance, always 20 
-|        0x10 |  w1sz | Array of CWAY1_bin objects +|        0x10 |     4 | Int | Maximum distance, always 39 | 
-| w1sz + 0x10 |  w2sz | Array of CWAY2_bin objects |+|        0x14 |  w1sz | Array of [[cobjects:CWAY1_bin]] | List of searchmap nodes 
 +| w1sz + 0x14 |  w2sz | Array of [[cobjects:CWAY2_bin]] List of searchmap links | 
 + 
 +Arrays consist of a count (integer, 4 bytes) and the objects themselves. 
 + 
 +Minimum and maximum distances are bounds for link distances. Perhaps they are used as follows: Distances below Min distances from a nodes are always reachable directly, distances above Maximum distances are always routed with a path search algorithm, distances between the Minimum / Maximum values are searched in adjacent nodes.
  
-Arrays consist of an item count (integer, 4 bytes) and the objects 
cobjects/cway_bin.1310121687.txt.gz · Last modified: 2011-07-08 10:41 by edheldil