MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / valid

Method valid

engine/Poseidon/Input/InputCode.hpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 constexpr uint32_t code() const { return raw & INPUT_CODE_VALUE_MASK; }
40 constexpr int toLegacy() const { return static_cast<int>(raw); }
41 constexpr bool valid() const { return raw != 0; }
42
43 constexpr bool operator==(InputCode other) const { return raw == other.raw; }
44 constexpr bool operator!=(InputCode other) const { return raw != other.raw; }

Callers 15

DecodeFileFunction · 0.45
StudioApp.cppFile · 0.45
loadModelPreviewMethod · 0.45
updateCachedInfoMethod · 0.45
renderPreviewPanelMethod · 0.45
setupFontShowFunction · 0.45
setupFontPreviewFunction · 0.45
setupFontRenderFunction · 0.45
SetupMethod · 0.45
setupModelInspectFunction · 0.45
setupModelRenderFunction · 0.45
setupModelShowFunction · 0.45

Calls

no outgoing calls

Tested by 1

CheckAxisBindingFunction · 0.36