C4D_StaticBack

Category: Objects / Category
Since engine version: 4.6.5.0 CP

Description

Object category: immovable background object.

Syntax

int  C4D_StaticBack ();

Remark

This value is also defined as a constant. Thus the parameter brackets can be omitted.

Example

SetCategory(C4D_StaticBack(), this());
Makes the object into a background object. This is used with castle parts so after completion other objects can be built in front.
See also: GetCategory, SetCategory
jwk, April 2002