MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / systems_step

Function systems_step

StereoKitC/systems/system.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179///////////////////////////////////////////
180
181void systems_step() {
182 for (int32_t i = 0; i < systems.count; i++)
183 system_execute(&systems[i]);
184}
185
186///////////////////////////////////////////
187

Callers

nothing calls this directly

Calls 1

system_executeFunction · 0.85

Tested by

no test coverage detected