Skip to content

Add support for static class methods #41

@adapap

Description

@adapap

In the following example, Success can be a static method allowing usage as Sound.Success():

class Sound:
    %PlaySound(type)
        Play Effect
            Visible_To: Event Player
            Type: type
            Color: White
            Position: Event Player
            Radius: 50
    %Success()
        this.PlaySound(Buff Explosion Sound)

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew language/syntax feature to be implemented

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions