Avulto: A BYOND Python Library¶

Avulto is a Python library used to interact with BYOND codebases; primarily Space Station 13 codebases. It is built on top of the Rust library SpacemanDMM, and is fast and versatile.

  • Introduction
  • Quickstart
    • Map Parsing and Modification
    • Icon Parsing and Extraction
    • Environment Parsing
    • Putting It All Together
    • Conclusion

API Reference¶

  • API Primitives
    • Path
    • SourceLoc
    • Coord3
    • Dmlist
    • Dir
  • Helpers
    • fill_with_ones()
    • pickweight()
    • pick_weight_recursive()
    • prob()
  • DME — Code Reflection
    • DME
    • ProcDecl
    • VarDecl
    • TypeDecl
  • DMI — Icon Parsing
    • DMI
    • IconState
  • DMM — Map Processing and Manipulation
    • DMM
    • Tile

Table of Contents

  • Introduction
  • Quickstart
  • API Primitives
  • Helpers
  • DME — Code Reflection
  • DMI — Icon Parsing
  • DMM — Map Processing and Manipulation

This Page

  • Show Source

Quick search

©2026 Warriorstar Orion. | Powered by Sphinx 9.1.0 & Alabaster 1.0.0 | Page source