Ember
Loading...
Searching...
No Matches
EmberCore::BehaviorTree::ValidationResult Struct Reference

Tree validation results. More...

#include <BehaviorTree.h>

Public Member Functions

void AddError (const EmberCore::String &error)
void AddWarning (const EmberCore::String &warning)

Public Attributes

bool is_valid = true
std::vector< EmberCore::Stringerrors
std::vector< EmberCore::Stringwarnings

Detailed Description

Tree validation results.

Definition at line 70 of file BehaviorTree.h.

Member Function Documentation

◆ AddError()

void EmberCore::BehaviorTree::ValidationResult::AddError ( const EmberCore::String & error)
inline

Definition at line 75 of file BehaviorTree.h.

◆ AddWarning()

void EmberCore::BehaviorTree::ValidationResult::AddWarning ( const EmberCore::String & warning)
inline

Definition at line 80 of file BehaviorTree.h.

Member Data Documentation

◆ errors

std::vector<EmberCore::String> EmberCore::BehaviorTree::ValidationResult::errors

Definition at line 72 of file BehaviorTree.h.

◆ is_valid

bool EmberCore::BehaviorTree::ValidationResult::is_valid = true

Definition at line 71 of file BehaviorTree.h.

◆ warnings

std::vector<EmberCore::String> EmberCore::BehaviorTree::ValidationResult::warnings

Definition at line 73 of file BehaviorTree.h.


The documentation for this struct was generated from the following file: