Innerfuse Pascal Script
Unit: ifs_var.pas

PTypeManager

PTypeManager is used to store all types in the current script engine.

type
PTypeManager = ^TTypeManager;
TTypeManager = packed record
  List: TIfList;
end;

Helper functions:
function TM_Create: PTypeManager;
function TM_Add(P: PTypeManager; const Name: string; FType: Word; ex: Pointer): PTypeRec;
function TM_Get(P: PTypeManager; const Name: string): PTypeRec;
procedure TM_Destroy(p: PTypeManager);

Copyright (c) 2001 by Carlo Kok
last update: 24-11-01