Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Functions
Olympe::Examples Namespace Reference

Functions

void Example1_SimpleHealthCheck ()
 
void Example2_ConstModeOperand ()
 
void Example3_ConditionChainAND ()
 
void Example4_ConditionChainOR ()
 
void Example5_ComparisonOperators ()
 
void Example6_ErrorHandling ()
 
void Example7_BranchNodePattern ()
 
int RunAllExamples ()
 

Function Documentation

◆ Example1_SimpleHealthCheck()

void Olympe::Examples::Example1_SimpleHealthCheck ( )

◆ Example2_ConstModeOperand()

void Olympe::Examples::Example2_ConstModeOperand ( )

Definition at line 65 of file Phase4_ConditionEvaluation_Examples.cpp.

References Olympe::Operand::CreateConst(), Olympe::Equal, Olympe::ConditionPresetEvaluator::Evaluate(), and GetComponentTypeID_Static().

Referenced by RunAllExamples().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Example3_ConditionChainAND()

void Olympe::Examples::Example3_ConditionChainAND ( )

Definition at line 94 of file Phase4_ConditionEvaluation_Examples.cpp.

References GetComponentTypeID_Static(), and Olympe::RuntimeEnvironment::SetBlackboardVariable().

Referenced by RunAllExamples().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Example4_ConditionChainOR()

void Olympe::Examples::Example4_ConditionChainOR ( )

Definition at line 124 of file Phase4_ConditionEvaluation_Examples.cpp.

References GetComponentTypeID_Static(), and Olympe::RuntimeEnvironment::SetBlackboardVariable().

Referenced by RunAllExamples().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Example5_ComparisonOperators()

void Olympe::Examples::Example5_ComparisonOperators ( )

Definition at line 151 of file Phase4_ConditionEvaluation_Examples.cpp.

References GetComponentTypeID_Static(), and Olympe::RuntimeEnvironment::SetBlackboardVariable().

Referenced by RunAllExamples().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Example6_ErrorHandling()

void Olympe::Examples::Example6_ErrorHandling ( )

Definition at line 201 of file Phase4_ConditionEvaluation_Examples.cpp.

References Olympe::Operand::CreateConst(), Olympe::Operand::CreateVariable(), Olympe::ConditionPresetEvaluator::Evaluate(), GetComponentTypeID_Static(), and Olympe::Greater.

Referenced by RunAllExamples().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Example7_BranchNodePattern()

void Olympe::Examples::Example7_BranchNodePattern ( )

Definition at line 230 of file Phase4_ConditionEvaluation_Examples.cpp.

Referenced by RunAllExamples().

+ Here is the caller graph for this function:

◆ RunAllExamples()

int Olympe::Examples::RunAllExamples ( )