Wrapper for object specifiers.
Allows using object specifier strings like [ENEMY.0.0.MAGE] in Typescript.
[ENEMY.0.0.MAGE]
Also allows to use death variables (strings up to 17 characters - limited by SPRITE_IS_DEAD vars).
No validation for now.
Object specifier string
object specifier, compatible with ObjectPtr type
ObjectPtr
Wrapper for object specifiers.
Allows using object specifier strings like
[ENEMY.0.0.MAGE]in Typescript.Also allows to use death variables (strings up to 17 characters - limited by SPRITE_IS_DEAD vars).
No validation for now.