managed_scope_clear_contents
September 8th 2024
Clear everything allocated inside a given scope without destroying the scope itself
Signature
b32
managed_scope_clear_contents(Application_Links* app,
Managed_Scope scope);
Parameters
app
the standard custom layer context pointer
scope
the id of the scope to clear
Return
non-zero if the scope exists, zero otherwise