![]() |
Blamite Game Engine - Tool (Library)
A command-line utility that aids in the creation of Blamite Cache (.map) Files.
|
Class for the generate-game-stub-project command. More...
#include <GenerateGameStubProjectCommand.hpp>
Inheritance diagram for GenerateGameStubProjectCommand:
Collaboration diagram for GenerateGameStubProjectCommand:Public Member Functions | |
| GenerateGameStubProjectCommand () | |
| int | execute (std::vector< std::string > args) |
| Executes the command. More... | |
| bool | IdentifyVcxprojInfo (std::string vcxproj_path, BlamProject *project) |
Public Member Functions inherited from ToolCommand | |
| std::string | GetCommandName () |
| Retrieves the name of the command. More... | |
| std::string | GetSyntax () |
| Retrieves the syntax of the command. More... | |
| std::string | GetDescription () |
| Retrieves the description of the command. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ToolCommand | |
| std::string | command = "" |
| The name of the command. More... | |
| std::string | syntax = "" |
| The syntax of the command. This should include the command name, as well as any arguments. More... | |
| std::string | description = "" |
| A description of the command. More... | |
Class for the generate-game-stub-project command.
This command generates a new game stub project for a Blamite game project. The stub executable serves as a wrapper over the game engine, and is designed to allow for user-written game code to be loaded in via a separate library, as well as for a custom executable icon.
|
inline |
|
inlinevirtual |
Executes the command.
| args | - A list of arguments provided to the command. |
Reimplemented from ToolCommand.
Here is the call graph for this function:
|
inline |