Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

[Bug/Glitch] IMyProjector interface contains RemainingBlocksPerType method returning inaccessible MyDefinitionBase class #594

Open
merlin2v opened this issue Jun 22, 2018 · 0 comments

Comments

@merlin2v
Copy link

The IMyProjector interface returns a Dictionary<MyDefinitionBase, int>. However, unless there is some other way to use this, it becomes a useless method to access from the In-Game Script API as the MyDefinitionBase is prohibited.

    /// <summary>
    /// A comprehensive list of blocks left to be welded
    /// </summary>
    Dictionary<MyDefinitionBase, int> RemainingBlocksPerType { get; }

image
Also I found that the method, RemainingBlocksPerType, is not used except for when it is being implemented by the MyProjectorBase_ModAPI.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant