Skip to content

Commit 3b5a905

Browse files
committed
Add death vars to $obj description
1 parent ec97ca3 commit 3b5a905

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ts/ielib/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ export class ObjectSpec {
1919
* Wrapper for object specifiers.
2020
*
2121
* Allows using object specifier strings like `[ENEMY.0.0.MAGE]` in Typescript.
22-
*
22+
*
23+
* Also allows to use death variables (strings up to 17 characters - limited by SPRITE_IS_DEAD vars).
24+
*
2325
* No validation for now.
2426
* @param spec Object specifier string
2527
* @ret object specifier, compatible with `ObjectPtr` type

0 commit comments

Comments
 (0)