org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns
Class Projhit

java.lang.Object
  extended by org.lee.mugen.sprite.cns.AbstractCnsFunction
      extended by org.lee.mugen.sprite.cns.eval.function.SpriteCnsTriggerFunction
          extended by org.lee.mugen.sprite.cns.eval.trigger.function.spriteCns.Projhit
All Implemented Interfaces:
Functionable, Valueable

public class Projhit
extends SpriteCnsTriggerFunction


Field Summary
static java.util.regex.Pattern PROJ_HIT_SPEC_REG
           
 
Fields inherited from class org.lee.mugen.sprite.cns.AbstractCnsFunction
functionName, paramNameIndexMap, paramNames, valueableParams
 
Constructor Summary
Projhit()
           
 
Method Summary
 java.lang.String getRegex()
           
 java.lang.Object getValue(java.lang.String spriteId, Valueable... params)
           
 int parseValue(java.lang.String[] tokens, int pos, java.util.List<Valueable> result)
           
 
Methods inherited from class org.lee.mugen.sprite.cns.eval.function.SpriteCnsTriggerFunction
parseValue, reset
 
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, toString, wait, wait, wait
 

Field Detail

PROJ_HIT_SPEC_REG

public static java.util.regex.Pattern PROJ_HIT_SPEC_REG
Constructor Detail

Projhit

public Projhit()
Method Detail

getValue

public java.lang.Object getValue(java.lang.String spriteId,
                                 Valueable... params)
Specified by:
getValue in interface Valueable
Overrides:
getValue in class AbstractCnsFunction

parseValue

public int parseValue(java.lang.String[] tokens,
                      int pos,
                      java.util.List<Valueable> result)
Overrides:
parseValue in class SpriteCnsTriggerFunction

getRegex

public java.lang.String getRegex()
Overrides:
getRegex in class SpriteCnsTriggerFunction