Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface IBotController
import { type IBotController } from "https://deno.land/x/sptaki@1.2.0/models/spt/mod.ts";

Methods

getBotLimit(type: string): number
getBotDifficulty(type: string, difficulty: string): IBotCore | Difficulty
isBotPmc(botRole: string): boolean
isBotBoss(botRole: string): boolean
isBotFollower(botRole: string): boolean
generate(info: IGenerateBotsRequestData, playerScav: boolean): IBotBase[]
getBotCap(): number