Unit 'BASE_Engine' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_titanscript]

TTitanVariableDefinition

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: base_engine.pas line 1172

type TTitanVariableDefinition = class(TTitanDefinition)

public

  TypeID: Integer;

  

  Address: Pointer;

  

  TypeName: string;

  

  constructor Create();

  

  function GetValue();

  

  procedure SetValue();

  

  function GetAddress;

  

  procedure Dump(); override;

  

  procedure AddToScripter(); override;

  

end;

Inheritance

TTitanVariableDefinition

  

|

TTitanDefinition

  

|

TObject



CT Web help

CodeTyphon Studio