Skip to content

coldcite/DoomActorNameDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DoomActorNameDB

ZDoom-compatible language file storing known actor classes and their proper names, ACS function to query included.

How to use

  • Add files to your project
  • Include library "doomactornamedb" in your code
  • Calling GetActorName(strClassName) will return the proper name for actor with class strClassName if found.

Unless otherwise noted, in case the DB is updated you will only need to update the language file.

Actor sets included

  • Doom/Ultimate Doom
  • Doom II/Final Doom
  • Meta Doom
  • Smooth Doom
  • Beautiful Doom

About

ZDoom-compatible language file storing known actor classes and their proper names, ACS function to easily query included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published