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. info.json
Mission NodeSDK 6.1C++basicsProject Included

info.json

Examples / SDK 6.1 / C++ / basics / Getting Started
info.json
JSON
1{
2 "name":"Hello WOWCube",
3 "desc":"A getting-started example",
4 "prev_key":-1,
5 "next_key":"Basics/2",
6 "has_project":true
7}
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.
Context Rail

Project files

HelloWOWCube.cpp
project/src/HelloWOWCube.cpp
HelloWOWCube.h
project/src/HelloWOWCube.h
wowcubeapp-build.json
project/wowcubeapp-build.json
Context Rail

Related nodes

Getting Started
Examples / SDK 6.1 / C++ / basics
HelloWOWCube.cpp
Examples / SDK 6.1 / C++ / basics / Getting Started / project / src
HelloWOWCube.h
Examples / SDK 6.1 / C++ / basics / Getting Started / project / src
wowcubeapp-build.json
Examples / SDK 6.1 / C++ / basics / Getting Started / project
Previous Node
Getting Started
Examples / SDK 6.1 / C++ / basics
Next Node
HelloWOWCube.cpp
Examples / SDK 6.1 / C++ / basics / Getting Started / project / src