sofia.micro
Interface Script

All Known Subinterfaces:
ActorScript<MyActor>
All Known Implementing Classes:
Island, Jeroo, ScriptableActor, ScriptableWorld

public interface Script

Represents a script--that is, a sequence of actions on a scriptable object to control its behavior.

Version:
$Date: 2012/08/04 16:40 $
Author:
Stephen Edwards, Last changed by $Author: edwards $

Method Summary
 void script()
          Represents a sequence of actions to carry out, one turn at a time.
 

Method Detail

script

void script()
Represents a sequence of actions to carry out, one turn at a time.



Greenfoot homepage