Skip to content

Way to change camera feed on computer station? #80

@thepassle

Description

@thepassle

Hi, I was wondering if there was a way to change which camera feed is being watched on a computer station via rustplus.js, I saw this code in camera.js:

    /**
     * These represent the possible buttons that can be sent to the server.
     */
    static Buttons = {
        NONE: 0,
        FORWARD: 2,
        BACKWARD: 4,
        LEFT: 8,
        RIGHT: 16,
        JUMP: 32,
        DUCK: 64,
        SPRINT: 128,
        USE: 256,
        FIRE_PRIMARY: 1024,
        FIRE_SECONDARY: 2048,
        RELOAD: 8192,
        FIRE_THIRD: 134217728,
    }

Which makes it seem like it's not possible, but it kind of feels like it should be doable somehow? Curious to see/hear if you have any insights on this, thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions