ScummVM API documentation
Macs2::AmigaPathfindingNode Struct Reference

#include <amiga_decode.h>

Public Attributes

uint16 x = 0
 
uint16 y = 0
 
byte adjacent [4] = {0, 0, 0, 0}
 
uint16 numConnections = 0
 

Detailed Description

One pathfinding graph node from the MXMM trailer 0xA2 table (Ghidra load_scene_mxmm @ 00221d9a -> 00248794).

Layout (BE), matching DOS MCS 16x10-byte nodes: u16 x, u16 y, u8 adj[4], u16 unused Prefixed by u16BE active node count (DOS scene+0x51F7).


The documentation for this struct was generated from the following file: