From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_director.html | 296 +++++++++++++++++++++++++++++++++++ 1 file changed, 296 insertions(+) create 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 new file mode 100644 index 0000000..3b41b21 --- /dev/null +++ b/Doc/doxygen/html/class_director.html @@ -0,0 +1,296 @@ + + + + + +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