Final-Bomber  0.1
Bomberman/Dynablaster remake in C# using XNA.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
FBServer.Core.Entities.UnbreakableWall Class Reference
Inheritance diagram for FBServer.Core.Entities.UnbreakableWall:
[legend]
Collaboration diagram for FBServer.Core.Entities.UnbreakableWall:
[legend]

Public Member Functions

 UnbreakableWall (Point cellPosition)
 
override void Destroy ()
 
override void Remove ()
 
- Public Member Functions inherited from FBLibrary.Core.StaticEntity
override void Update ()
 
- Public Member Functions inherited from FBLibrary.Core.BaseEntity
void ChangePosition (Point p)
 
void ChangePosition (int x, int y)
 
void ChangePosition (float x, float y)
 

Additional Inherited Members

- Public Attributes inherited from FBLibrary.Core.BaseEntity
bool IsAlive
 
bool InDestruction
 
TimeSpan DestructionTime
 
- Protected Member Functions inherited from FBLibrary.Core.BaseEntities.BaseUnbreakableWall
 BaseUnbreakableWall (Point cellPosition)
 
- Protected Member Functions inherited from FBLibrary.Core.StaticEntity
 StaticEntity ()
 
 StaticEntity (Point cellPosition)
 
- Protected Member Functions inherited from FBLibrary.Core.BaseEntity
 BaseEntity ()
 
 BaseEntity (Point cellPosition)
 
- Properties inherited from FBLibrary.Core.BaseEntity
Vector2 Position [get, set]
 
float PositionX [get, set]
 
float PositionY [get, set]
 
int CellPositionX [get, set]
 
int CellPositionY [get, set]
 
Point CellPosition [get, set]
 
Point Dimension [get, set]
 

Detailed Description

Definition at line 6 of file UnbreakableWall.cs.

Constructor & Destructor Documentation

FBServer.Core.Entities.UnbreakableWall.UnbreakableWall ( Point  cellPosition)

Definition at line 8 of file UnbreakableWall.cs.

Member Function Documentation

override void FBServer.Core.Entities.UnbreakableWall.Destroy ( )
virtual

Implements FBLibrary.Core.BaseEntity.

Definition at line 13 of file UnbreakableWall.cs.

override void FBServer.Core.Entities.UnbreakableWall.Remove ( )
virtual

Implements FBLibrary.Core.BaseEntity.

Definition at line 18 of file UnbreakableWall.cs.


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