MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_physics_frames

Method get_physics_frames

core/config/engine.h:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 uint64_t get_frames_drawn();
133
134 uint64_t get_physics_frames() const { return _physics_frames; }
135 uint64_t get_process_frames() const { return _process_frames; }
136 bool is_in_physics_frame() const { return _in_physics; }
137 uint64_t get_frame_ticks() const { return _frame_ticks; }

Callers 7

action_pressMethod · 0.45
action_releaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected