C# Class Gruppe22.ProjectileTile

The tile for projectiles shot by actors e.g. a arrow or a spell
Inheritance: Gruppe22.Backend.Tile
Mostra file Open project: propra13-orga/gruppe22

Public Methods

Method Description
NextTile ( bool doMove = false ) : void
ProjectileTile ( Backend parent, Backend dir, uint id ) : System

Constructor

Save ( XmlWriter xmlw ) : void

Method to save the PrjectileTile in a .xml file

Method Details

NextTile() public method

public NextTile ( bool doMove = false ) : void
doMove bool
return void

ProjectileTile() public method

Constructor
public ProjectileTile ( Backend parent, Backend dir, uint id ) : System
parent Backend parentobject
dir Backend The direction in which the projectile will be shot
id uint
return System

Save() public method

Method to save the PrjectileTile in a .xml file
public Save ( XmlWriter xmlw ) : void
xmlw System.Xml.XmlWriter
return void