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

Contains declarations for Python-related types and functions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 shkyera
 
 shkyera::Python
 

Enumerations

enum  shkyera::Python::PYTHON_TYPE : int { shkyera::Python::INT = 0 , shkyera::Python::FLOAT = 1 , shkyera::Python::STRING = 2 , shkyera::Python::TOTAL_TYPES = 3 }
 Enum representing different types that can be used in Python. More...
 

Functions

std::vector< std::pair< std::string, PYTHON_TYPE > > shkyera::Python::getPublicVariables (std::string scriptName)
 Function to get a list of public variables and their types from a Python script. More...
 

Detailed Description

Contains declarations for Python-related types and functions.