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. Examples
  4. wowcubeapp-build.json
Mission NodeSDK 6.1PawnnetworkProject Included

wowcubeapp-build.json

Examples / SDK 6.1 / Pawn / network / Messaging / project
wowcubeapp-build.json
JSON
1{
2 "name": "Network",
3 "version": "1.0.0",
4 "sourceFile": "src/main.pwn",
5 "scriptFile": "binary/main.amx",
6 "appIcon": {
7 "path": "assets/icon.png"
8 },
9 "soundAssetsDir": "assets/sounds",
10 "imageAssetsDir": "assets/images",
11 "sdkVersion": "6.1",
12 "appFlags": "0",
13 "imageAssets": [],
14 "soundAssets": []
15}
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.
Context Rail

Project files

main.pwn
project/src/main.pwn
wowcubeapp-build.json
project/wowcubeapp-build.json
Context Rail

Related nodes

Messaging
Examples / SDK 6.1 / Pawn / network
info.json
Examples / SDK 6.1 / Pawn / network / Messaging
main.pwn
Examples / SDK 6.1 / Pawn / network / Messaging / project / src
Messaging
Examples / SDK 6.1 / C++ / network
Previous Node
main.pwn
Examples / SDK 6.1 / Pawn / network / Messaging / project / src
Next Node
Simple Shapes - Points
Examples / SDK 6.1 / Pawn / rendering