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

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

#include <ScriptComponent.hpp>

Public Attributes

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

Detailed Description

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

Member Data Documentation

◆ name

std::string shkyera::PublicString::name

The name of the variable.

◆ value

std::string shkyera::PublicString::value

The value of the variable.


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