libscratchcpp
A library for C++ based Scratch project players
Loading...
Searching...
No Matches
valuedata.h File Reference
#include <string>
#include "global.h"
Include dependency graph for valuedata.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  libscratchcpp::ValueData
 The ValueData struct holds the data of Value. It's used in compiled Scratch code for better performance. More...

Namespaces

namespace  libscratchcpp
 The main namespace of the library.

Variables

 Number = 0
 Bool = 1
 String = 2

Variable Documentation

◆ Bool

Bool = 1

◆ Number

Number = 0

◆ String

String = 2