Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

Fixes duplicate module names in the scene.

This command fixes databases that contain modules with duplicate names. If duplicate names are encountered, a number is appended to the module name.

Functional area

Data editing

Command syntax

Syntax

makeUnique

Arguments

None

Flags

None

Return value

void

Examples

create Character Actor1 Actor1;
// Fix the database as it has duplicate names
makeUnique;
  • No labels