-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
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
Labels
No labels