Skip to content

Basic implementation of generators for issue #2646 - #2680

Open
mumencoder wants to merge 1 commit into
OpenDreamProject:masterfrom
mumencoder:generator-operators-pr
Open

Basic implementation of generators for issue #2646#2680
mumencoder wants to merge 1 commit into
OpenDreamProject:masterfrom
mumencoder:generator-operators-pr

Conversation

@mumencoder

Copy link
Copy Markdown
Contributor

No description provided.

@boring-cyborg boring-cyborg Bot added Client Involves the OpenDream client Compiler Involves the OpenDream compiler Runtime Involves the OpenDream server/runtime labels Jul 25, 2026
/// </summary>
[Serializable, NetSerializable]
public sealed class GeneratorArithmeticNum(IGenerator left, IGenerator right, GeneratorOperation operation) : IGeneratorNum, IGeneratorVector {
public bool PrefersVector3 { get; set; } = false;
@wixoaGit

Copy link
Copy Markdown
Member

We already have generators. The issue is about math operators on generators.

@wixoaGit wixoaGit closed this Jul 25, 2026
@wixoaGit

Copy link
Copy Markdown
Member

Oh I see, this did just do the operators

@wixoaGit wixoaGit reopened this Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Client Involves the OpenDream client Compiler Involves the OpenDream compiler Runtime Involves the OpenDream server/runtime size/XL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants