Page MenuHomeFeedback Tracker

Task ID of the Task Create Module should be unique
New, NormalPublic

Description

The attribute ID should be unique, meaning that this value can only exist once in the mission. Otherwise duplication can cause tasks not to work properly.

Details

Severity
Tweak
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Eden Editor
Additional Information
class ID: Edit
{
    property = "ModuleTaskCreate_F_ID";
    displayName = "Task ID";
    tooltip = "Unique task ID used to refer to this task. When empty, module variable name will be used. If even that one is undefined, generic name will be used by default.";
    control = "EditShort";
    **unique = 1; // When 1, only one entity of the type can have the value in the mission (used for example for variable names or player control)**
};

Event Timeline

R3vo created this task.Apr 15 2017, 9:56 AM
R3vo edited Additional Information. (Show Details)Apr 15 2017, 9:59 AM
R3vo edited Additional Information. (Show Details)
R3vo renamed this task from ID and IDParent of the Task Create Module should be unique to Task ID of the Task Create Module should be unique.Jun 28 2021, 5:00 PM
R3vo updated the task description. (Show Details)
R3vo changed Severity from None to Tweak.
R3vo edited Additional Information. (Show Details)
R3vo removed a subscriber: R3vo.Jul 21 2021, 6:09 PM