zombie.Quests.questactions
Class QuestAction_TutorialIcon

java.lang.Object
  extended by zombie.Quests.questactions.QuestAction_TutorialIcon
All Implemented Interfaces:
QuestAction

public class QuestAction_TutorialIcon
extends java.lang.Object
implements QuestAction

Author:
LEMMY

Constructor Summary
QuestAction_TutorialIcon(java.lang.String title, java.lang.String message, IsoObject obj, boolean bAutoExpand, float yoff)
           
QuestAction_TutorialIcon(UIElement parent, int x, int y, java.lang.String title, java.lang.String string, boolean bAutoExpand)
           
 
Method Summary
 void Execute()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestAction_TutorialIcon

public QuestAction_TutorialIcon(java.lang.String title,
                                java.lang.String message,
                                IsoObject obj,
                                boolean bAutoExpand,
                                float yoff)

QuestAction_TutorialIcon

public QuestAction_TutorialIcon(UIElement parent,
                                int x,
                                int y,
                                java.lang.String title,
                                java.lang.String string,
                                boolean bAutoExpand)
Method Detail

Execute

public void Execute()
Specified by:
Execute in interface QuestAction