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

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.Gethitvar
All Implemented Interfaces:
Functionable, Valueable

public class Gethitvar
extends SpriteCnsTriggerFunction


Field Summary
 
Fields inherited from class org.lee.mugen.sprite.cns.AbstractCnsFunction
functionName, paramNameIndexMap, paramNames, valueableParams
 
Constructor Summary
Gethitvar()
           
 
Method Summary
 void addParam(java.lang.String name, Valueable[] param)
           
static java.lang.String getConstRegex()
           
 java.lang.String getRegex()
           
 java.lang.Object getValue(java.lang.String spriteId, Valueable... params)
           
 
Methods inherited from class org.lee.mugen.sprite.cns.eval.function.SpriteCnsTriggerFunction
parseValue, parseValue, reset
 
Methods inherited from class org.lee.mugen.sprite.cns.AbstractCnsFunction
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
 

Constructor Detail

Gethitvar

public Gethitvar()
Method Detail

addParam

public void addParam(java.lang.String name,
                     Valueable[] param)
Overrides:
addParam in class AbstractCnsFunction

getValue

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

getRegex

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

getConstRegex

public static java.lang.String getConstRegex()