MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / InputAction

Method InputAction

src/Core/Input/InputAction.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace obe::Input
7{
8 InputAction::InputAction(Triggers::TriggerGroup* triggerPtr, const std::string& id)
9 : Identifiable(id)
10 {
11 m_actionTrigger = triggerPtr;
12 triggerPtr->add(id);
13 }
14
15 void InputAction::addCondition(const InputCondition& condition)
16 {

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected