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

Method addCondition

src/Core/Input/InputAction.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 void InputAction::addCondition(const InputCondition& condition)
16 {
17 m_conditions.push_back(condition);
18 }
19
20 void InputAction::clearConditions()
21 {

Callers 1

configureMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected