๐ฆ VitaLite SDK
โโโStatic # Static access to client object, and others. Also Static access
โ # to helper methods such as inboking on/getting returns from client
โ # thread.
โ
โโโLogger # Static logger for logging to the embedded console window.
Everything in the built-in API is designed with thread safety in mind
๐ฆ VitaLite SDK
โโโ ๐ฎ Game APIs
โ โโโ ๐โโ๏ธ entities/
โ โ โโโ ActorAPI # Actor api
โ โ โโโ NpcAPI # NPC api
โ โ โโโ PlayerAPI # Player api
โ โ โโโ TileItemAPI # Tile item api
โ โ โโโ TileObjectAPI # Tile object api
โ โ
โ โโโ ๐ฏ game/
โ โ โโโ ClientScriptAPI # CS2 script execution
โ โ โโโ CombatAPI # Combat calculations & state
โ โ โโโ GameAPI # Core game utilities
โ โ โโโ HouseAPI # Player-owned house api
โ โ โโโ MovementAPI # Walking api
โ โ โโโ QuestAPI # Quest progress & completion
โ โ โโโ SceneAPI # Scene/region management
โ โ โโโ SkillAPI # Skill levels & experience
โ โ โโโ VarAPI # Game variable access
โ โ
โ โโโ ๐ threaded/
โ โโโ Cannon # Dwarf cannon automation
โ โโโ Delays # Smart timing utilities
โ โโโ Dialogues # Dialogue interaction system
โ โโโ GrandExchange # GE trading automation
โ โโโ Minigames # Minigame-teleport API
โ โโโ WorldsAPI # World hopping & selection
โ
โโโ ๐จ Widget APIs
โ โโโ BankAPI # Banking operations
โ โโโ DialogueAPI # Chat & dialogue handling
โ โโโ EmoteAPI # Emote api
โ โโโ EquipmentAPI # Equipment api
โ โโโ GrandExchangeAPI # Grand Exchange automation
โ โโโ InventoryAPI # Inventory api
โ โโโ MagicAPI # Spellcasting & magic
โ โโโ PrayerAPI # Prayer api
โ โโโ ShopAPI # Shop interface handling
โ โโโ SlayerRewardsAPI # Slayer rewards interface api
โ โโโ TabsAPI # Inventory tabs management
โ โโโ WidgetAPI # General widget api
โ โโโ MiniMapAPI # Minimap api
โ โโโ WorldMapAPI # World map api
โ
โโโ ๐บ๏ธ Advanced Services
โ โโโโ ๐งญ ipc/
โ โ โโโ ChannelBuilder # Builder class for Channel instance
โ โ โโโ Channel # Stateless inter-client comunications service
โ โโโโ ๐งญ pathfinder/
โ โโโ Pathfinder # OSRS Pathfinding
โ โโโ Walker # World walker
โ
โโโ ๐ Query System
โ โโโ InventoryQuery # Inventory filtering & search
โ โโโ NpcQuery # NPC filtering & selection
โ โโโ PlayerQuery # Player filtering & search
โ โโโ TileItemQuery # Ground item queries
โ โโโ TileObjectQuery # Game object queries
โ โโโ WidgetQuery # UI widget queries
โ โโโ WorldQuery # World queries
โ
โโโ ๐จ UI Components
โ โโโ VPluginPanel # Base plugin panel
โ โโโ FancyButton # Styled button component
โ โโโ FancyDropdown # Enhanced dropdown menus
โ โโโ ToggleSlider # Modern toggle switches
โ โโโ UI utilities # Layout & styling helpers
โ
โโโ ๐ง Utilities
โโโ ActorPathing # NPC/player movement utilities
โโโ ClickManagerUtil # Click interaction helpers
โโโ ClientConfig # Client configuration management
โโโ Coroutine # Async task management
โโโ Location # Location & coordinate utilities
โโโ MessageUtil # Game message handling
โโโ Profiler # Performance profiling
โโโ ReflectBuilder # Fluent reflection API
โโโ ReflectUtil # Reflection helpers
โโโ ResourceUtil # Resource loading utilities
โโโ RuneliteConfigUtil # RuneLite config integration
โโโ TextUtil # Text processing utilities
โโโ ThreadPool # Thread management
โโโ WorldPointUtil # World coordinate utilities
Key Features:
- ๐ High-Performance: Optimized for speed with advanced caching
- ๐ง Smart Automation: Built-in pathfinding, dialogue, and interaction systems
- ๐ Plugin Ecosystem: Hot-swappable plugin architecture