Skip to content

Add support for custom opcodes #2

@tech-ticks

Description

@tech-ticks

settings.json example:

{
  "explorerscript.customOperations": [{
    "id": 1000,
    "name": "CheckInputStatus",
    "description": "Writes the currently pressed/held buttons into $EVENT_LOCAL",
    "args": [{
      "name": "mode",
      "type": "Number",
      "description": "0: pressed, 1: held"
    }]
  }]
}

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