7class ScriptGameTestConnectivity {
11 ::ll::TypedStorage<1, 1, bool> mNorth;
12 ::ll::TypedStorage<1, 1, bool> mEast;
13 ::ll::TypedStorage<1, 1, bool> mSouth;
14 ::ll::TypedStorage<1, 1, bool> mWest;
19 ScriptGameTestConnectivity& operator=(ScriptGameTestConnectivity
const&);
20 ScriptGameTestConnectivity();
27 MCAPI ScriptGameTestConnectivity(
bool north,
bool east,
bool south,
bool west);
35 MCAPI
void* $ctor(
bool north,
bool east,
bool south,
bool west);