jass.contact
Interface ImpactForce

All Superinterfaces:
Source
All Known Subinterfaces:
ImpactSlideRollForce

public interface ImpactForce
extends Source


Method Summary
 void bang(float force)
           
 void setImpactDuration(float dur)
           
 void setImpactGain(float gain)
           
 
Methods inherited from interface jass.engine.Source
clearBuffer, getBuffer, getBuffer, getBufferSize, getTime, setBufferSize, setTime
 

Method Detail

setImpactGain

void setImpactGain(float gain)

setImpactDuration

void setImpactDuration(float dur)

bang

void bang(float force)