C4D_Goal

Category: Objects / Category
Since engine version: 1.0 OC

Description

Object category: game goal.

Syntax

int C4D_Goal

Example

for(var obj inFindObjects(Find_Category(C4D_Goal)))
	obj->RemoveObject();
Removes all game goals.
See also: GetCategory, SetCategory
Sven2, 2002-01