#include <sprite_builder.h>
Public Member Functions | |
| SpriteAction & | AddInstruction (const SpriteInstruction &instruction) |
| SpriteAction & | AddCustomInstruction (const std::string &asmCode) |
| SpriteAction & | SetNextAction (const std::string &nextActionName) |
| std::string | GetConfiguration () const |
Static Public Member Functions | |
| static SpriteAction | Create (const std::string &actionName) |
| static SpriteAction | Create () |
Private Attributes | |
| std::string | name |
| std::vector< std::string > | instructions |
| std::string | nextAction |
Definition at line 37 of file sprite_builder.h.
|
static |
Definition at line 65 of file sprite_builder.cc.
|
static |
Definition at line 71 of file sprite_builder.cc.
Referenced by yaze::test::SpriteBuilderTest::SetUp().
| SpriteAction & yaze::zelda3::SpriteAction::AddInstruction | ( | const SpriteInstruction & | instruction | ) |
Definition at line 77 of file sprite_builder.cc.
Referenced by yaze::test::SpriteBuilderTest::SetUp().
| SpriteAction & yaze::zelda3::SpriteAction::AddCustomInstruction | ( | const std::string & | asmCode | ) |
Definition at line 82 of file sprite_builder.cc.
Referenced by yaze::test::SpriteBuilderTest::SetUp().
| SpriteAction & yaze::zelda3::SpriteAction::SetNextAction | ( | const std::string & | nextActionName | ) |
Definition at line 86 of file sprite_builder.cc.
Referenced by yaze::test::SpriteBuilderTest::SetUp().
| std::string yaze::zelda3::SpriteAction::GetConfiguration | ( | ) | const |
Definition at line 90 of file sprite_builder.cc.
|
private |
Definition at line 58 of file sprite_builder.h.
|
private |
Definition at line 59 of file sprite_builder.h.
|
private |
Definition at line 60 of file sprite_builder.h.