managed_id_get
September 8th 2024
Like managed_id_declare except never returns new ids, only ids that have already been declared. 
Signature
Managed_ID
managed_id_get(Application_Links* app,
               String_Const_u8 group,
               String_Const_u8 name);Parameters
app
 
the standard custom layer context pointer 
group
 
a name identifying a managed id group 
name
 
a name identifying a managed id 
Return
the id assigned to the given (group, name) pair 
Details
managed_id_declare 
Related