Shkyera Engine
Easy to use, game engine for Python
shkyera::PublicInt Struct Reference

Structure to represent a public integer variable for use in scripts. More...

#include <ScriptComponent.hpp>

Public Attributes

std::string name
 The name of the variable. More...
 
int value
 The value of the variable. More...
 

Detailed Description

Structure to represent a public integer variable for use in scripts.

Member Data Documentation

◆ name

std::string shkyera::PublicInt::name

The name of the variable.

◆ value

int shkyera::PublicInt::value

The value of the variable.


The documentation for this struct was generated from the following file: