[Overview][Constants][Types][Variables][Index] Reference for unit 'unit_globals' (#Snails)

Full

Declaration

Source position: unit_globals.pas line 253

type Full = record

  genome: person;

  

  surround: Rect;

  

  origin: Point;

  

  centre: Point;

  

  parent: FullHandle;

  

  firstborn: FullHandle;

  

  lastborn: FullHandle;

  

  eldersib: FullHandle;

  

  youngersib: FullHandle;

  

  Prec: FullHandle;

  

  Next: FullHandle;

  

  Damaged: Boolean;

  

  snapHandle: Handle;

  

  snapBytes: Integer;

  

  snapBounds: Rect;

  

end;