Skip to content

LeagueSharp/LeagueSharp.Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeagueSharp.Data

LeagueSharp.Data is an SDK with APIs to easily retrieve League of Legends related data. Currently it supports:

  • Champion Priorties
  • Damages
  • Flash Juke Locations
  • Gapclosers
  • Interruptable Spells
  • Map information
  • Spell Database
  • Trap Locations
  • Champion data
  • Item data

Usage

All of the data can be accessed via the Data class.

Data.Get<T>();

For instance, to retrieve spell data, simply get the SpellDatabase class.

Data.Get<SpellDatabase>();

From there, you can use the methods of the SpellDatabase class to retrieve spell data. For a complete list of data types that are retrievable, see the LeagueSharp.Data.DataTypes namespace.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages