s3d_flags_on
enable flags of object
- Provided by: s3d-doc (Version: 0.2.2.1-3build1)
- Source: s3d
- Report a bug
enable flags of object
#include <s3d.h>
int s3d_flags_on(int object, uint32_t flags);
Turn some flags on for object.
If you don't toggle OF_VISIBLE on, you won't see your object. usually you want this. (at least after you *push()d all your content)
Simon Wunderlich