TutorialStep
#include "Tutorial/Tutorial.h"
Public Functions
| Name | |
|---|---|
| TutorialStep() =default |
Public Attributes
| Name | |
|---|---|
| bool | m_completed <br>Fall back to true for now. |
| std::vector< std::shared_ptr< TutorialElement > > | m_content |
| std::string | m_scriptToRunWhenShown |
Public Functions Documentation
function TutorialStep
cpp
TutorialStep() =defaultTutorialStep() =defaultPublic 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-09-07 at 16:13:50 +0000