User Tools

Site Tools


cobjects:cway_bin

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
cobjects:cway_bin [2011-07-08 12:56] edheldilcobjects:cway_bin [2011-07-23 01:29] 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 [[cobjects:CWAY1_bin]] objects +|        0x10 |     4 | Int | Maximum distance, always 39 | 
-| w1sz + 0x10 |  w2sz | Array of [[cobjects: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. 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 serached in adjacent nodes.
 +
cobjects/cway_bin.txt · Last modified: 2011-07-23 01:30 by edheldil