[Overview][Constants][Types][Variables][Index] |
Source position: unit_globals.pas line 224
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; |