s3d_clone_target
changes the target of a clone-object
- Provided by: s3d-doc (Version: 0.2.2.1-3build1)
- Source: s3d
- Report a bug
changes the target of a clone-object
#include <s3d.h>
int s3d_clone_target(int oid, int toid);
Changes the clone target of oid to another object (toid). This assumes you've got oid from s3d_clone before.
Simon Wunderlich