RegisterObjectSpawner Property

Usage:
   ObjectiveManager.RegisterObjectSpawner name

Argument values:

argument 1:    ALLIED, AXIS, ObjectiveSpawner01, ObjectiveSpawner02, ObjectiveSpawner03, ObjectiveSpawner04, ObjectiveSpawner05

This property is not a part of any defined type of object.

Used in a total of 7 .con files: Objectivecommon.con

Parent directory of these .con files: Bf1942/Levels

Example: (from Bf1942/Levels/Kbely_Airfield/ObjectiveMode/ObjectiveCommon.con)
   rem =========== Objective Manager Stuff===============================
   ObjectiveManager.SetDefender 1
   ObjectiveManager.RegisterObjectSpawner ObjectiveSpawner01
   ObjectiveManager.RegisterObjectSpawner ObjectiveSpawner02
   ObjectiveManager.RegisterObjectSpawner ALLIED
   ObjectiveManager.RegisterObjectSpawner AXIS
   ObjectiveManager.SetRootObjectSpawner 1 AXIS
   ObjectiveManager.SetRootObjectSpawner 2 ALLIED


Go to the ObjectiveManager properties list page, ObjectiveManager page, All Properties list, or Main scripting page.