MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetFlags

Method GetFlags

Source/Graphics/camera.cpp:895–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893}
894
895int Camera::GetFlags() {
896 return flags_;
897}
898
899void Camera::SetFlags(int val) {
900 flags_ = val;

Callers 15

DrawMethod · 0.45
DrawSceneMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
DrawImGuiCameraPreviewFunction · 0.45
AS_MetaCameraGetFlagsFunction · 0.45
FillVarFunction · 0.45
ToStringMethod · 0.45
WriteConfigToStreamFunction · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected