s3d_flags_on(3)
NAME
s3d_flags_on - enable flags of object
SYNOPSIS
#include <s3d.h> int s3d_flags_on(int object, uint32_t flags);
DESCRIPTION
- Turn some flags on for object.
- Warning
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)
AUTHOR
- Simon Wunderlich
- Author of s3d