Method and Description |
---|
com.kLoOge.Werks.script.pub.KWScript.addLine(String)
As of 3.1.0 this method has been deprecated and will no longer
perform any function. Instead, use the
startBlock and
finishBlock methods to perform the duties that this method
was intended to perform. |
com.kLoOge.Werks.script.pub.KWScript.animateIcon(Object, boolean)
As of 2.7.6 this method has been deprecated. Icons no longer have
an animated image.
|
com.kLoOge.Werks.script.pub.KWScript.getExprIsCriticalHit(Object)
As of 3.1.0 this method has been deprecated. Use the more
logically named method
isCriticalHit instead. |
com.kLoOge.Werks.script.pub.KWScript.getExprIsCriticalMiss(Object)
As of 3.1.0 this method has been deprecated. Use the more
logically named method
isCriticalMiss instead. |
com.kLoOge.Werks.script.pub.KWScript.getExprIsHit(Object)
As of 3.1.0 this method has been deprecated. Use the more
logically named method
isHit instead. |
com.kLoOge.Werks.script.pub.KWScript.iconHasAnimImage(Object)
As of 2.7.6 this method has been deprecated, since there is no longer
a distinction of an Icon having an animated image.
|
com.kLoOge.Werks.script.pub.KWScript.isClient()
use isPlayer() instead.
|
com.kLoOge.Werks.script.pub.KWScript.modifyIconEffect(Object, String, String, String, String, boolean, String)
This version does not allow you to modify all the attributes of an Effect.
|
com.kLoOge.Werks.script.pub.KWScript.setAcceptInit(boolean)
This functionality has been removed.
|