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.Arrow Class Reference
Inheritance diagram for FBServer.Core.Entities.Arrow:
[legend]
Collaboration diagram for FBServer.Core.Entities.Arrow:
[legend]

Public Member Functions

 Arrow (Point cellPosition, LookDirection lookDirection)
 
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.BaseArrow
 BaseArrow (Point cellPosition, LookDirection lookDirection)
 
- Protected Member Functions inherited from FBLibrary.Core.StaticEntity
 StaticEntity ()
 
 StaticEntity (Point cellPosition)
 
- Protected Member Functions inherited from FBLibrary.Core.BaseEntity
 BaseEntity ()
 
 BaseEntity (Point cellPosition)
 
- Protected Attributes inherited from FBLibrary.Core.BaseEntities.BaseArrow
LookDirection Direction
 
- 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 7 of file Arrow.cs.

Constructor & Destructor Documentation

FBServer.Core.Entities.Arrow.Arrow ( Point  cellPosition,
LookDirection  lookDirection 
)

Definition at line 9 of file Arrow.cs.

Member Function Documentation

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

Implements FBLibrary.Core.BaseEntity.

Definition at line 15 of file Arrow.cs.

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

Implements FBLibrary.Core.BaseEntity.

Definition at line 20 of file Arrow.cs.


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