try_modify_face
September 8th 2024
Attempt to modify a face given a face description
Signature
b32
try_modify_face(Application_Links* app,
Face_ID id,
Face_Description* description);
Parameters
app
the standard custom layer context pointer
id
the id of the face to modify
description
the description to use to reinstantiate the face
Return
non-zero on success, when the face already exists and the new instantiation is possible, otherwise zero
Related