Platformer
Platformer
|
Represents an object within a level. More...
Public Attributes | |
std::string | name |
The name of this level object. More... | |
int | x |
The x coordinate of this level object. More... | |
int | y |
The y coordinate of this level object. More... | |
int | w |
The width of this level object. More... | |
int | h |
The height of this level object. More... | |
bool | permanent |
Whether or not this object is permanent. | |
std::string | scriptName |
The name of the script attached to this level object. More... | |
std::string | className |
The class of the script attached to this level object. More... | |
std::string | spriteName |
The sprite attached to this level object. More... | |
Represents an object within a level.
std::string LevelObject::className |
The class of the script attached to this level object.
int LevelObject::h |
The height of this level object.
std::string LevelObject::name |
The name of this level object.
std::string LevelObject::scriptName |
The name of the script attached to this level object.
std::string LevelObject::spriteName |
The sprite attached to this level object.
int LevelObject::w |
The width of this level object.
int LevelObject::x |
The x coordinate of this level object.
int LevelObject::y |
The y coordinate of this level object.