C4D_Goal
Category:
Objects / Category
Since engine version:
5.1 OC
Description
Object category: game goal.
Syntax
int
C4D_Goal
Example
for
(
var
obj in
FindObjects
(
Find_Category
(C4D_Goal))) obj->
RemoveObject
();
Removes all game goals.
See also:
GetCategory
,
SetCategory
Sven2, 2002-01