Skip to content

tirgger enum error #12

@Vintaci

Description

@Vintaci

trigger.smokeColor and trigger.flareColor in the DCS mission env's definition are not in all caps but have the first letter capitalized.

trigger.smokeColor should be:

trigger.smokeColor =  {
    Green = 0,
    Red = 1,
    White = 2,
    Orange = 3,
    Blue = 4
}

trigger.flareColor should be:

trigger.flareColor = {
    Green = 0,
    Red = 1,
    White = 2,
    Yellow = 3
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions