Unit 'XBControllers' Package
[Overview][Types][Classes][Index] [#pl_glscene]

TCar_ai

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

Declaration

Source position: XBControllers.pas line 146

type TCar_ai = class(TPhysicsController)

protected

  m_range: Scalar;

  

  m_min_timer: Scalar;

  

  m_max_timer: Scalar;

  

  m_car_records: TCar_recordList;

  

  procedure choose_new_target();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Update(); override;

  

  procedure Add_controlled_car();

  

  procedure remove_controlled_car();

  

  procedure Initialise();

  

end;

Inheritance

TCar_ai

  

|

TPhysicsController

  

|

TObject



CT Web help

CodeTyphon Studio