Available on (crate features
rs3
or osrs
or legacy
) and crate feature pyo3
only.Expand description
Python bindings for rs3cache
.
See the README for help with installing this.
Usage
Usage examples are available in the /rs3cache folder.
All the following can be imported as:
from rs3cache import *
Functions
The following functions are available:
get_location_configs()
get_npc_configs()
get_item_configs()
get_varbit_configs()
get_struct_configs()
get_enum_configs()
Classes
The following classes are available:
MapSquares
CacheIndex
Structs
- Wrapper over [
CacheIndex
]. The Python alias for this isIndex
- Iterator over all archives in an Index.
- Iterator over all archives in an Index.
- Obtained from
PyMapSquares
’sget
method. - Container of
PyMapSquare
s. Accessible withfrom rs3cache import MapSquares
. - Iterator over all archives in an Index.
- Iterator over all archives in an Index.
Functions
- Wrapper for
Achievement::dump_all
- Wrapper for
Struct::dump_all
- Wrapper for
NpcConfig::dump_all
- Wrapper for
LocationConfig::dump_all
- Wrapper for
NpcConfig::dump_all
- Wrapper for
Struct::dump_all
- Wrapper for
VarbitConfig::dump_all