Package : Enemies


class CE_Bloc : public CEnemy


Class Bloc Enemy which create an unkillable enemy

Methods Index

AutoMove , CE_Bloc , IncLife , MoveTo , SetDamaged , SetKilled ,

Methods Details


AutoMove


public BOOL AutoMove()
No move for this enemy
See also: CEnemy#AutoMove(),


CE_Bloc


public CE_Bloc(short initX, short initY)
Standard constructor
See also: CEnemy#CEnemy(),


IncLife


public char IncLife(char inc)
Can't be kill with weapon
See also: CEnemy#IncLife(),


MoveTo


public BOOL MoveTo(uchar tDir)
Can't be moved by something


SetDamaged


public void SetDamaged()
Can't be kill with weapon
See also: CEnemy#SetDamaged(),


SetKilled


public void SetKilled()
Can't be kill with weapon
See also: CEnemy#SetKilled(),