Method | Description | |
---|---|---|
AddAudioAttackSource ( this entity ) : Entity | ||
AddAudioDeathSource ( this entity ) : Entity | ||
AddAudioPickupSource ( this entity ) : Entity | ||
AddAudioWalkSource ( this entity ) : Entity | ||
AddDestructible ( this entity, int hp ) : Entity | ||
DamageDestructible ( this entity ) : Entity |
public static AddAudioAttackSource ( this entity ) : Entity | ||
entity | this | |
return | Entity |
public static AddAudioDeathSource ( this entity ) : Entity | ||
entity | this | |
return | Entity |
public static AddAudioPickupSource ( this entity ) : Entity | ||
entity | this | |
return | Entity |
public static AddAudioWalkSource ( this entity ) : Entity | ||
entity | this | |
return | Entity |
public static AddDestructible ( this entity, int hp ) : Entity | ||
entity | this | |
hp | int | |
return | Entity |
public static DamageDestructible ( this entity ) : Entity | ||
entity | this | |
return | Entity |