Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Variable Conflict "m_Background" #24

@deannreid

Description

@deannreid

SCRIPT (W): @"Colorful-UI/scripts/3_Game/coloful.dayzgame.c,124": Possible variable name conflict 'm_Background'

modded class LoadingScreen { protected ImageWidget m_Background;
and also
override void Show() { Widget lIcon = m_Background;

Not Game breaking but just to note

override void Show() { Widget lIcon = m_Background; ImageWidget m_Background = ImageWidget.Cast( m_WidgetRoot.FindAnyWidget("BackgroundOverride")); m_Background.LoadImageFile(0, GetRandomBackground()); }
m_Background uses the protected ImageWidget instead of Widget lIcon so maybe just a typo?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions