The Squeak MUD

Blake blake at kingdomrpg.com
Thu Mar 10 13:20:02 UTC 2005


On Thu, 10 Mar 2005 11:59:35 +0100, Boris Gaertner  
<Boris.Gaertner at gmx.net> wrote:

> The correct way to create an instance of NebraskaServer is either
>
>   NebraskaServer serveWorld: World
>
> or
>
>   NebraskaServer serveWorld: World onPort: <aPortNumber>
>
> These initialize the instance, but a simple NebraskaServer  new  does  
> not.
>
>
> To open a NebraskaServerMorph, it is seemingly sufficient to
> write:
>
>  NebrasaServerMorph serveWorld: World onPort: 9091.
>
> This creates a server, registers it with the current world and
> opens the morph. The morph in turn obtains the server
> from the current world. A bit tricky, but it works.

These all DNU in the exact same place:

>> world extent: newExtent.



More information about the Squeak-dev mailing list