Skip to content

@lands.io/mod-sdk / ModHudV1UiPolicy

Interface: ModHudV1UiPolicy

Table of contents

Properties

Properties

suppressEndgameModal

Optional suppressEndgameModal: boolean


suppressLeaveButtonWhenDead

Optional suppressLeaveButtonWhenDead: boolean


Source Code

View full implementation
export interface ModHudV1UiPolicy {
  suppressEndgameModal?: boolean;
  suppressLeaveButtonWhenDead?: boolean;
}