Shkyera Engine
Easy to use, game engine for Python
ScriptComponent.hpp File Reference

Contains the declaration of the ScriptComponent class and related data structures. More...

Include dependency graph for ScriptComponent.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  shkyera::PublicFloat
 Structure to represent a public float variable for use in scripts. More...
 
struct  shkyera::PublicInt
 Structure to represent a public integer variable for use in scripts. More...
 
struct  shkyera::PublicString
 Structure to represent a public string variable for use in scripts. More...
 
struct  shkyera::PublicVec3
 Structure to represent a public glm::vec3 variable for use in scripts. More...
 
class  shkyera::ScriptComponent
 A class representing a script component that can be attached to game objects. More...
 

Namespaces

 shkyera
 

Typedefs

typedef struct shkyera::PublicFloat shkyera::PublicFloat
 Structure to represent a public float variable for use in scripts. More...
 
typedef struct shkyera::PublicInt shkyera::PublicInt
 Structure to represent a public integer variable for use in scripts. More...
 
typedef struct shkyera::PublicString shkyera::PublicString
 Structure to represent a public string variable for use in scripts. More...
 
typedef struct shkyera::PublicVec3 shkyera::PublicVec3
 Structure to represent a public glm::vec3 variable for use in scripts. More...
 

Detailed Description

Contains the declaration of the ScriptComponent class and related data structures.