Skip to content

DeleteOperation

Roland Firmont edited this page Sep 18, 2017 · 1 revision

JSON Object used for advanced usecases

{
	"minX": 0,
	"minY": 0,
	"minZ": 0,
	"maxX": 1000000,
	"maxY": 1000000,
	"maxZ": 1000000,
	"team": 2000000000,
	"maxDeleteCount": 2000,
	"classes": ["PrimalItemConsumable_Egg_Wyvern_Fertilized_Poison_C"]
}
Field Default Value Description
minX -Infinity Object (or its Container) needs to be within the boundaries to be affected
minY -Infinity
minZ -Infinity
maxX +Infinity
maxY +Infinity
maxZ +Infinity
team -1 Required targetingTeam, ignored if -1
maxDeleteCount -1 Do not delete more then maxDeleteCount objects, ignored if -1
classes [] Delete an object if it matches any of these classes
Clone this wiki locally