Skip to content

TutorialStep

#include "Tutorial/Tutorial.h"

Public Functions

Name
TutorialStep() =default

Public Attributes

Name
boolm_completed <br>Fall back to true for now.
std::vector< std::shared_ptr< TutorialElement > >m_content
std::stringm_scriptToRunWhenShown

Public Functions Documentation

function TutorialStep

cpp
TutorialStep() =default
TutorialStep() =default

Public Attributes Documentation

variable m_completed

cpp
bool m_completed = true;
bool m_completed = true;

Fall back to true for now.

variable m_content

cpp
std::vector< std::shared_ptr< TutorialElement > > m_content;
std::vector< std::shared_ptr< TutorialElement > > m_content;

variable m_scriptToRunWhenShown

cpp
std::string m_scriptToRunWhenShown;
std::string m_scriptToRunWhenShown;

Updated on 2025-01-07 at 13:40:43 +0000