deAINodeSendEvent Class Reference

AI Node Send Event Class. More...

#include <deAINodeSendEvent.h>

Inheritance diagram for deAINodeSendEvent:
deAINode deObject

List of all members.

Public Member Functions

Constructors and Destructors
 deAINodeSendEvent ()
 Creates a new ai node.
virtual ~deAINodeSendEvent ()
 Cleans up the ai node.
Management
int GetEvent () const
 Retrieves the event to send.
void SetEvent (int event)
 Sets the event to send.
Visiting
virtual void Visit (deAINodeVisitor *visitor)
 Visits the rule.

Detailed Description

AI Node Send Event Class.

Sends an event to the game script.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deAINodeSendEvent::deAINodeSendEvent (  )

Creates a new ai node.

virtual deAINodeSendEvent::~deAINodeSendEvent (  ) [virtual]

Cleans up the ai node.


Member Function Documentation

int deAINodeSendEvent::GetEvent (  ) const [inline]

Retrieves the event to send.

void deAINodeSendEvent::SetEvent ( int  event )

Sets the event to send.

virtual void deAINodeSendEvent::Visit ( deAINodeVisitor visitor ) [virtual]

Visits the rule.

Reimplemented from deAINode.


The documentation for this class was generated from the following file: