org.dps.core.database.dgm
Interface IDgmEffects


public interface IDgmEffects


Method Summary
 java.lang.String getDescription()
           
 int getDischargeAttributeID()
           
 IDgmAttributeTypes getDischargeAttributeIDObject()
           
 java.lang.String getDisplayName()
           
 int getDistribution()
           
 int getDurationAttributeID()
           
 IDgmAttributeTypes getDurationAttributeIDObject()
           
 int getEffectCategory()
           
 int getEffectID()
           
 java.lang.String getEffectName()
           
 int getElectronicChance()
           
 int getFalloffAttributeID()
           
 IDgmAttributeTypes getFalloffAttributeIDObject()
           
 int getFittingUsageChanceAttributeID()
           
 IDgmAttributeTypes getFittingUsageChanceAttributeIDObject()
           
 java.lang.String getGuid()
           
 int getIconID()
           
 IEveIcons getIconIDObject()
           
 int getNpcActivationChanceAttributeID()
           
 IDgmAttributeTypes getNpcActivationChanceAttributeIDObject()
           
 int getNpcUsageChanceAttributeID()
           
 IDgmAttributeTypes getNpcUsageChanceAttributeIDObject()
           
 int getPostExpression()
           
 int getPreExpression()
           
 int getPropulsionChance()
           
 int getRangeAttributeID()
           
 IDgmAttributeTypes getRangeAttributeIDObject()
           
 int getRangeChance()
           
 java.lang.String getSfxName()
           
 int getTrackingSpeedAttributeID()
           
 IDgmAttributeTypes getTrackingSpeedAttributeIDObject()
           
 boolean isAssistance()
           
 boolean isDisallowAutoRepeat()
           
 boolean isOffensive()
           
 boolean isPublished()
           
 boolean isWarpSafe()
           
 

Method Detail

getEffectID

int getEffectID()

getEffectName

java.lang.String getEffectName()

getEffectCategory

int getEffectCategory()

getPreExpression

int getPreExpression()

getPostExpression

int getPostExpression()

getDescription

java.lang.String getDescription()

getGuid

java.lang.String getGuid()

getIconID

int getIconID()

isOffensive

boolean isOffensive()

isAssistance

boolean isAssistance()

getDurationAttributeID

int getDurationAttributeID()

getTrackingSpeedAttributeID

int getTrackingSpeedAttributeID()

getDischargeAttributeID

int getDischargeAttributeID()

getRangeAttributeID

int getRangeAttributeID()

getFalloffAttributeID

int getFalloffAttributeID()

isDisallowAutoRepeat

boolean isDisallowAutoRepeat()

isPublished

boolean isPublished()

getDisplayName

java.lang.String getDisplayName()

isWarpSafe

boolean isWarpSafe()

getRangeChance

int getRangeChance()

getElectronicChance

int getElectronicChance()

getPropulsionChance

int getPropulsionChance()

getDistribution

int getDistribution()

getSfxName

java.lang.String getSfxName()

getNpcUsageChanceAttributeID

int getNpcUsageChanceAttributeID()

getNpcActivationChanceAttributeID

int getNpcActivationChanceAttributeID()

getFittingUsageChanceAttributeID

int getFittingUsageChanceAttributeID()

getIconIDObject

IEveIcons getIconIDObject()

getDurationAttributeIDObject

IDgmAttributeTypes getDurationAttributeIDObject()

getTrackingSpeedAttributeIDObject

IDgmAttributeTypes getTrackingSpeedAttributeIDObject()

getDischargeAttributeIDObject

IDgmAttributeTypes getDischargeAttributeIDObject()

getRangeAttributeIDObject

IDgmAttributeTypes getRangeAttributeIDObject()

getFalloffAttributeIDObject

IDgmAttributeTypes getFalloffAttributeIDObject()

getNpcUsageChanceAttributeIDObject

IDgmAttributeTypes getNpcUsageChanceAttributeIDObject()

getNpcActivationChanceAttributeIDObject

IDgmAttributeTypes getNpcActivationChanceAttributeIDObject()

getFittingUsageChanceAttributeIDObject

IDgmAttributeTypes getFittingUsageChanceAttributeIDObject()