WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelog
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.
Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. API
  4. Global Defines
Mission NodeSDK 6.2C++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.2 / C++ / API Reference

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.

Jump Grid

On This Page

GAME\ SAVE\ SIZEMESSAGE\ SIZEMODULES\ MAXSCREENS\ MAXTOPOLOGY\ FACES\ MAXTOPOLOGY\ POSITIONS\ MAX
Context Rail

Related nodes

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