From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_director.html | 296 ----------------------------------- 1 file changed, 296 deletions(-) delete mode 100644 Doc/doxygen/html/class_director.html (limited to 'Doc/doxygen/html/class_director.html') diff --git a/Doc/doxygen/html/class_director.html b/Doc/doxygen/html/class_director.html deleted file mode 100644 index f7d8c8a..0000000 --- a/Doc/doxygen/html/class_director.html +++ /dev/null @@ -1,296 +0,0 @@ - - - - - -Starshatter_Open: Director Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Director Class Reference
-
-
- -

#include <Director.h>

-
-Inheritance diagram for Director:
-
-
- - -CarrierAI -GroundAI -NetPlayer -ShipCtrl -SteerAI -TacticalAI -SeekerAI -ShipAI -FighterTacticalAI -StarshipTacticalAI -DropShipAI -FighterAI -NavAI -StarshipAI - -
- -

List of all members.

- - - - - - - -

-Public Member Functions

 Director ()
virtual ~Director ()
virtual int Type () const
virtual int Subframe () const
virtual void ExecFrame (double factor)
-

Detailed Description

-
-

Definition at line 27 of file Director.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - -
Director::Director ()
-
-inline
-
- -

Definition at line 30 of file Director.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual Director::~Director ()
-
-inlinevirtual
-
- -

Definition at line 31 of file Director.h.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - - -
virtual void Director::ExecFrame (double factor)
-
-inlinevirtual
-
- -

Reimplemented in NetPlayer, TacticalAI, CarrierAI, NavAI, ShipCtrl, GroundAI, ShipAI, SeekerAI, FighterAI, and StarshipTacticalAI.

- -

Definition at line 38 of file Director.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual int Director::Subframe () const
-
-inlinevirtual
-
- -

Reimplemented in NavAI, ShipCtrl, ShipAI, FighterAI, and SeekerAI.

- -

Definition at line 35 of file Director.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual int Director::Type () const
-
-inlinevirtual
-
- -

Reimplemented in NetPlayer, SteerAI, ShipCtrl, GroundAI, NavAI, DropShipAI, and SeekerAI.

- -

Definition at line 34 of file Director.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.1