Public Member Functions | Public Attributes

CAutowallPlugin Class Reference

Inherits IMapperPlugin.

List of all members.

Public Member Functions

 CAutowallPlugin ()
void Render (uint layer)
bool MouseDown (int click)
bool MouseUp (int click)
void MouseMove (int x, int y)
bool KeyDown (uint8 key)
bool KeyUp (uint8 key)
void InputLost ()
void Loop ()
bool Message (string&)
void RenderMap ()

Public Attributes

CAutowallautowall

Constructor & Destructor Documentation

CAutowallPlugin (  ) 

Member Function Documentation

void Render ( uint  layer  ) 

Implements IMapperPlugin.

bool MouseDown ( int  click  ) 

Implements IMapperPlugin.

bool MouseUp ( int  click  ) 

Implements IMapperPlugin.

void MouseMove ( int  x,
int  y 
)

Implements IMapperPlugin.

bool KeyDown ( uint8  key  ) 

Implements IMapperPlugin.

bool KeyUp ( uint8  key  ) 

Implements IMapperPlugin.

void InputLost (  ) 

Implements IMapperPlugin.

void Loop (  ) 

Implements IMapperPlugin.

bool Message ( string  ) 

Implements IMapperPlugin.

void RenderMap (  ) 

Implements IMapperPlugin.


Member Data Documentation