Unofficial community resource. Not affiliated with, maintained by, or endorsed by WOWCube / Cubios Inc. Cubios Inc. does not guarantee the accuracy or completeness of this content. Official WOWCube Development Kit

WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelogDeveloper Toolkit
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.

Unofficial community resource. Not affiliated with, maintained by, or endorsed by WOWCube / Cubios Inc. Cubios Inc. does not guarantee the accuracy or completeness of this content. For official documentation and the SDK, see the WOWCube Development Kit.

Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. API
  4. Global Defines
Mission NodeSDK 6.3C++API Reference

Global Defines

Global Defines GAME\ SAVE\ SIZE Summary Maximum allowed size of an application save data in bytes. Synopsis define GAME SAVE SIZE 256 MESSAGE\ SIZE Summary N...

API / SDK 6.3 / C++ / API Reference
VersionSDK 6.3SDK 6.2SDK 6.1
Report issue

Global Defines

GAME_SAVE_SIZE

Summary

Maximum allowed size of an application save data in bytes.

Synopsis

Global Defines
CPP
1#define GAME_SAVE_SIZE 256
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

MESSAGE_SIZE

Summary

Network message maximum size.

Synopsis

Global Defines
CPP
1#define MESSAGE_SIZE_MAX 113
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

MODULES_MAX

Summary

Number of modules in the assembled cube.

Synopsis

Global Defines
CPP
1#define MODULES_MAX 8
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

SCREENS_MAX

Summary

Number of screens in the each module of the cube.

Synopsis

Global Defines
CPP
1#define SCREENS_MAX 3
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

TOPOLOGY_FACES_MAX

Summary

Number of faces the cube has.

Synopsis

Global Defines
CPP
1#define TOPOLOGY_FACES_MAX 6
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

TOPOLOGY_POSITIONS_MAX

Summary

Number of screens that belong to a single cube face.

Synopsis

Global Defines
CPP
1#define TOPOLOGY_POSITIONS_MAX 4
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

Trust & provenance

Document status

Source
Global Defines · installed SDK headers
Classification
API reference
Verification
Community-maintained · verify against installed SDK

Catalog updated Oct 20, 2018

Structured index

Symbols on this page

Names and signatures are extracted from this SDK-derived page. Signature hashes detect accidental changes.

Global DefinesMember
GAME_SAVE_SIZEConstant#define GAME_SAVE_SIZE 256
MESSAGE_SIZEConstant#define MESSAGE_SIZE_MAX 113
MODULES_MAXConstant#define MODULES_MAX 8
SCREENS_MAXConstant#define SCREENS_MAX 3
TOPOLOGY_FACES_MAXConstant#define TOPOLOGY_FACES_MAX 6
TOPOLOGY_POSITIONS_MAXConstant#define TOPOLOGY_POSITIONS_MAX 4

Used in SDK snippets

MODULES_MAX→ScrambleApp.cppSCREENS_MAX→ScrambleApp.cppMODULES_MAX→ScrambleApp.cppSCREENS_MAX→ScrambleApp.cppMODULES_MAX→ScrambleApp.cpp
Jump Grid

On This Page

GAME\ SAVE\ SIZEMESSAGE\ SIZEMODULES\ MAXSCREENS\ MAXTOPOLOGY\ FACES\ MAXTOPOLOGY\ POSITIONS\ MAX
Back to top ↑
Context Rail

Related nodes

Data Structures
API / SDK 6.3 / C++ / API Reference
Enumerated Types
API / SDK 6.3 / C++ / API Reference
Application
API / SDK 6.3 / C++ / API Reference
Graphics
API / SDK 6.3 / C++ / API Reference
Previous Node
save
API / SDK 6.2 / Pawn / API Reference
Next Node
Data Structures
API / SDK 6.3 / C++ / API Reference