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

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

public class Loseko
extends SpriteCnsTriggerFunction

Author:
Dr Wong Test if the player is alive

Field Summary
 
Fields inherited from class org.lee.mugen.sprite.cns.AbstractCnsFunction
functionName, paramNameIndexMap, paramNames, valueableParams
 
Constructor Summary
Loseko()
           
 
Method Summary
static boolean getResult(java.lang.String spriteId)
           
 java.lang.Object getValue(java.lang.String spriteId, Valueable... params)
           
 
Methods inherited from class org.lee.mugen.sprite.cns.eval.function.SpriteCnsTriggerFunction
getRegex, parseValue, 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
 

Constructor Detail

Loseko

public Loseko()
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

getResult

public static boolean getResult(java.lang.String spriteId)