Hierarchy

  • ClientServerAction

Properties

Properties

action?: {
    $case: "clientHeartbeat";
    clientHeartbeat: ClientHeartbeat;
} | {
    $case: "clientBackupHeartbeat";
    clientBackupHeartbeat: ClientBackupHeartbeat;
} | {
    $case: "updateSubscriptions";
    updateSubscriptions: UpdateSubscriptions;
} | {
    $case: "move";
    move: Move;
} | {
    $case: "setAffiliation";
    setAffiliation: SetAffiliation;
} | {
    $case: "setStatus";
    setStatus: SetStatus;
} | {
    $case: "spotlight";
    spotlight: Spotlight;
} | {
    $case: "ring";
    ring: Ring;
} | {
    $case: "ban";
    ban: Ban;
} | {
    $case: "kick";
    kick: Kick;
} | {
    $case: "setImpassable";
    setImpassable: SetImpassable;
} | {
    $case: "chat";
    chat: Chat;
} | {
    $case: "interact";
    interact: Deprecated;
} | {
    $case: "enterWhisper";
    enterWhisper: EnterWhisper;
} | {
    $case: "leaveWhisper";
    leaveWhisper: LeaveWhisper;
} | {
    $case: "setEmojiStatus";
    setEmojiStatus: SetEmojiStatus;
} | {
    $case: "activelySpeaking";
    activelySpeaking: ActivelySpeaking;
} | {
    $case: "setName";
    setName: SetName;
} | {
    $case: "setTextStatus";
    setTextStatus: SetTextStatus;
} | {
    $case: "teleport";
    teleport: Teleport;
} | {
    $case: "exit";
    exit: Exit;
} | {
    $case: "enter";
    enter: Enter;
} | {
    $case: "setWorkCondition";
    setWorkCondition: Deprecated;
} | {
    $case: "respawn";
    respawn: Respawn;
} | {
    $case: "spawn";
    spawn: Spawn;
} | {
    $case: "ghost";
    ghost: Ghost;
} | {
    $case: "init";
    init: Init;
} | {
    $case: "setOutfitString";
    setOutfitString: Deprecated;
} | {
    $case: "shootConfetti";
    shootConfetti: ShootConfetti;
} | {
    $case: "setEventStatus";
    setEventStatus: SetEventStatus;
} | {
    $case: "setInConversation";
    setInConversation: SetInConversation;
} | {
    $case: "setCurrentDesk";
    setCurrentDesk: Deprecated;
} | {
    $case: "setCurrentArea";
    setCurrentArea: SetCurrentArea;
} | {
    $case: "setImagePointer";
    setImagePointer: SetImagePointer;
} | {
    $case: "setGoKartId";
    setGoKartId: Deprecated;
} | {
    $case: "mapSetDimensions";
    mapSetDimensions: MapSetDimensions;
} | {
    $case: "mapSetCollisions";
    mapSetCollisions: MapSetCollisions;
} | {
    $case: "mapSetBackgroundImagePath";
    mapSetBackgroundImagePath: MapSetBackgroundImagePath;
} | {
    $case: "mapSetForegroundImagePath";
    mapSetForegroundImagePath: MapSetForegroundImagePath;
} | {
    $case: "mapSetSprites";
    mapSetSprites: Deprecated;
} | {
    $case: "mapSetSpawns";
    mapSetSpawns: MapSetSpawns;
} | {
    $case: "mapSetSpaces";
    mapSetSpaces: Deprecated;
} | {
    $case: "mapSetPortals";
    mapSetPortals: MapSetPortals;
} | {
    $case: "mapSetAnnouncer";
    mapSetAnnouncer: MapSetAnnouncer;
} | {
    $case: "mapSetAssets";
    mapSetAssets: MapSetAssets;
} | {
    $case: "mapSetObjects";
    mapSetObjects: Deprecated;
} | {
    $case: "mapSetName";
    mapSetName: MapSetName;
} | {
    $case: "mapSetMuteOnEntry";
    mapSetMuteOnEntry: MapSetMuteOnEntry;
} | {
    $case: "mapSetUseDrawnBG";
    mapSetUseDrawnBG: MapSetUseDrawnBG;
} | {
    $case: "mapSetWalls";
    mapSetWalls: MapSetWalls;
} | {
    $case: "mapSetFloors";
    mapSetFloors: MapSetFloors;
} | {
    $case: "mapSetAreas";
    mapSetAreas: MapSetAreas;
} | {
    $case: "mapAddObject";
    mapAddObject: MapAddObject;
} | {
    $case: "mapDeleteObject";
    mapDeleteObject: Deprecated;
} | {
    $case: "mapSetSpawn";
    mapSetSpawn: MapSetSpawn;
} | {
    $case: "setIsAlone";
    setIsAlone: SetIsAlone;
} | {
    $case: "mapSetMiniMapImagePath";
    mapSetMiniMapImagePath: MapSetMiniMapImagePath;
} | {
    $case: "mapSetEnabledChats";
    mapSetEnabledChats: MapSetEnabledChats;
} | {
    $case: "mapSetDescription";
    mapSetDescription: MapSetDescription;
} | {
    $case: "mapSetDecoration";
    mapSetDecoration: MapSetDecoration;
} | {
    $case: "mapSetTutorialTasks";
    mapSetTutorialTasks: MapSetTutorialTasks;
} | {
    $case: "playSound";
    playSound: PlaySound;
} | {
    $case: "mapSetScript";
    mapSetScript: MapSetScript;
} | {
    $case: "setIsMobile";
    setIsMobile: SetIsMobile;
} | {
    $case: "setScreenPointer";
    setScreenPointer: SetScreenPointer;
} | {
    $case: "setEmoteV2";
    setEmoteV2: SetEmoteV2;
} | {
    $case: "setFocusModeEndTime";
    setFocusModeEndTime: SetFocusModeEndTime;
} | {
    $case: "mapDeleteObjectById";
    mapDeleteObjectById: MapDeleteObjectById;
} | {
    $case: "customAction";
    customAction: CustomAction;
} | {
    $case: "block";
    block: Block;
} | {
    $case: "setItemString";
    setItemString: SetItemString;
} | {
    $case: "triggerItem";
    triggerItem: Deprecated;
} | {
    $case: "notify";
    notify: Notify;
} | {
    $case: "setFollowTarget";
    setFollowTarget: SetFollowTarget;
} | {
    $case: "requestToLead";
    requestToLead: RequestToLead;
} | {
    $case: "enterPortal";
    enterPortal: EnterPortal;
} | {
    $case: "setManualVideoSrc";
    setManualVideoSrc: SetManualVideoSrc;
} | {
    $case: "setSubtitle";
    setSubtitle: SetSubtitle;
} | {
    $case: "playerUpdatesSession";
    playerUpdatesSession: Deprecated;
} | {
    $case: "mapMoveObject";
    mapMoveObject: MapMoveObject;
} | {
    $case: "chatMessageUpdated";
    chatMessageUpdated: ChatMessageUpdated;
} | {
    $case: "fxShakeObject";
    fxShakeObject: FXShakeObject;
} | {
    $case: "fxShakeCamera";
    fxShakeCamera: FXShakeCamera;
} | {
    $case: "registerCommand";
    registerCommand: RegisterCommand;
} | {
    $case: "sendCommand";
    sendCommand: SendCommand;
} | {
    $case: "speakerUpdatesSession";
    speakerUpdatesSession: SpeakerUpdatesSession;
} | {
    $case: "addInventoryItem";
    addInventoryItem: AddInventoryItem;
} | {
    $case: "removeInventoryItem";
    removeInventoryItem: RemoveInventoryItem;
} | {
    $case: "setVehicleId";
    setVehicleId: SetVehicleId;
} | {
    $case: "setSpeedModifier";
    setSpeedModifier: SetSpeedModifier;
} | {
    $case: "highFive";
    highFive: HighFive;
} | {
    $case: "updateSpaceItems";
    updateSpaceItems: SpaceUpdatesItems;
} | {
    $case: "stopSound";
    stopSound: StopSound;
} | {
    $case: "hipToBeSquare";
    hipToBeSquare: HipToBeSquare;
} | {
    $case: "craft";
    craft: Craft;
} | {
    $case: "triggerInventoryItem";
    triggerInventoryItem: TriggerInventoryItem;
} | {
    $case: "setAllowScreenPointer";
    setAllowScreenPointer: SetAllowScreenPointer;
} | {
    $case: "precomputeEnter";
    precomputeEnter: PrecomputeEnter;
} | {
    $case: "requestMute";
    requestMute: RequestMute;
} | {
    $case: "setDeskInfo";
    setDeskInfo: SetDeskInfo;
} | {
    $case: "mapSetNooks";
    mapSetNooks: MapSetNooks;
} | {
    $case: "requestToJoinNook";
    requestToJoinNook: RequestToJoinNook;
} | {
    $case: "updateNookPermission";
    updateNookPermission: UpdateNookPermission;
} | {
    $case: "wave";
    wave: Wave;
} | {
    $case: "setPronouns";
    setPronouns: SetPronouns;
} | {
    $case: "setTitle";
    setTitle: SetTitle;
} | {
    $case: "setTimezone";
    setTimezone: SetTimezone;
} | {
    $case: "setPhone";
    setPhone: SetPhone;
} | {
    $case: "setDescription";
    setDescription: SetDescription;
} | {
    $case: "setProfileImageUrl";
    setProfileImageUrl: SetProfileImageUrl;
} | {
    $case: "setPersonalImageUrl";
    setPersonalImageUrl: SetPersonalImageUrl;
} | {
    $case: "setAway";
    setAway: SetAway;
} | {
    $case: "setCity";
    setCity: SetCity;
} | {
    $case: "setCountry";
    setCountry: SetCountry;
} | {
    $case: "setStartDate";
    setStartDate: SetStartDate;
} | {
    $case: "startRecording";
    startRecording: StartRecording;
} | {
    $case: "requestAccessViaCheckIn";
    requestAccessViaCheckIn: RequestAccessViaCheckIn;
} | {
    $case: "respondToAccessRequest";
    respondToAccessRequest: RespondToAccessRequest;
} | {
    $case: "setAvailability";
    setAvailability: SetAvailability;
} | {
    $case: "respawnAtDesk";
    respawnAtDesk: RespawnAtDesk;
} | {
    $case: "setDeskFromNextAvailableDesk";
    setDeskFromNextAvailableDesk: SetDeskFromNextAvailableDesk;
} | {
    $case: "setSpaceRolePermissionOverride";
    setSpaceRolePermissionOverride: SetSpaceRolePermissionOverride;
} | {
    $case: "setCurrentlyEquippedWearables";
    setCurrentlyEquippedWearables: SetCurrentlyEquippedWearables;
} | {
    $case: "setDisplayEmail";
    setDisplayEmail: SetDisplayEmail;
} | {
    $case: "mapDeleteObjectByKey";
    mapDeleteObjectByKey: MapDeleteObjectByKey;
} | {
    $case: "mapUpdateObjects";
    mapUpdateObjects: MapUpdateObjects;
} | {
    $case: "interactWithObject";
    interactWithObject: InteractWithObject;
} | {
    $case: "triggerObject";
    triggerObject: TriggerObject;
} | {
    $case: "joinChimeMeeting";
    joinChimeMeeting: JoinChimeMeeting;
}
txnId?: number

Generated using TypeDoc