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

God

Node in a doubly-linked list. Each holds a reference to a biomorph named "Adam."

Declaration

Source position: unit_globals.pas line 242

type God = record

  Adam: FullHandle;

  

  PreviousGod: GodHandle;

  

  NextGod: GodHandle;

  

end;