swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A detail about HeatbugModelSwarm.m code


From: cgl
Subject: Re: A detail about HeatbugModelSwarm.m code
Date: Tue, 21 Jan 1997 09:50:03 -0700

>  modelActions = [ActionGroup create: [self getZone]];

This is correct. Note that the message to ActionGroup is
"create" not "createBegin". 

  "create" is provided as a shorthand for the createBegin/End
pair if there is nothing that you want to do between the
Begin and End phase. 

  In other words, createEnd has already been done for you.

Were you having a problem with this code?

Chris Langton




reply via email to

[Prev in Thread] Current Thread [Next in Thread]