Skip to content

vararg is limited to be size of 31 #729

Open
@Krypt0n

Description

@Krypt0n

as the wurst manual says that "vararg" is unlimited in amount of values inside, see:
https://wurstlang.org/manual.html#extension-functions
"We can pass any amount of integers to the function"

it should be noted that the generated jass code can only handle up to 31 parameters, and therefore you cannot used more than 31 values for the vararg.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions