Skip to content

Add IEngine::stage() method #187

@adazem009

Description

@adazem009

The stage is present in all projects, so there should be a convenience method which returns it.

The method will be implemented in the Engine class.

Stage *Engine::stage() const

The implementation should find (maybe using std::find_if()) a target where isStage() returns true (in the m_targets vector).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions