![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
| void Olympe::Examples::Example1_SimpleHealthCheck | ( | ) |
Definition at line 33 of file Phase4_ConditionEvaluation_Examples.cpp.
References Olympe::Operand::CreateConst(), Olympe::Operand::CreateVariable(), Olympe::ConditionPresetEvaluator::Evaluate(), GetComponentTypeID_Static(), Olympe::LessEqual, and Olympe::RuntimeEnvironment::SetBlackboardVariable().
Referenced by RunAllExamples().
Here is the call graph for this function:
Here is the caller graph for this function:| 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:| 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:| 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:| 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:| 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:| 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:| int Olympe::Examples::RunAllExamples | ( | ) |
Definition at line 267 of file Phase4_ConditionEvaluation_Examples.cpp.
References Example1_SimpleHealthCheck(), Example2_ConstModeOperand(), Example3_ConditionChainAND(), Example4_ConditionChainOR(), Example5_ComparisonOperators(), Example6_ErrorHandling(), and Example7_BranchNodePattern().
Here is the call graph for this function: