org.lee.mugen.sprite.cns.type.function
Class Superpause
java.lang.Object
org.lee.mugen.sprite.cns.AbstractCnsFunction
org.lee.mugen.sprite.cns.eval.function.StateCtrlFunction
org.lee.mugen.sprite.cns.type.function.Superpause
- All Implemented Interfaces:
- Functionable, Valueable
public class Superpause
- extends StateCtrlFunction
| Methods inherited from class org.lee.mugen.sprite.cns.AbstractCnsFunction |
addParam, control, copy, getFloatValuable, getFunctionName, getIntValuable, getParamIndex, getParamNames, getStringValuable, isSetterMandatory, setFunctionName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Superpause
public Superpause()
getDefaultValues
protected java.lang.Object[] getDefaultValues(java.lang.String name)
- Overrides:
getDefaultValues in class StateCtrlFunction
parse
public static Valueable[] parse(java.lang.String name,
java.lang.String value)
getValue
public java.lang.Object getValue(java.lang.String spriteId,
Valueable... params)
- Specified by:
getValue in interface Valueable- Overrides:
getValue in class StateCtrlFunction
parseForAnim
public static Valueable[] parseForAnim(java.lang.String name,
java.lang.String value)
parseForSound
public static Valueable[] parseForSound(java.lang.String name,
java.lang.String value)