Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

Incomplete

This page is incomplete.

 

 

Heading for Constants used in the SoI Engine.

dirs[] in act.movement.cpp ~ line 200
// As seen in act.movement.cpp around line 200. (The order of these is VERY important, do not mess them around)


const char* const dirs[] =
{
"north",
"east",
"south",
"west",
"up",
"down",
"outside",
"inside",
"northeast",
"northwest",
"southeast",
"southwest",
"\n"
};

 

 

```

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.