Added GetSpriteCollision()

This commit is contained in:
n00b87
2026-03-04 00:52:27 -06:00
parent ea986a826b
commit 135b9f8bbb
17 changed files with 1884 additions and 1819 deletions

View File

@@ -1549,6 +1549,9 @@ add_embedded_arg("child_index", ID_TYPE_NUM);
embed_function("GetSpriteChildIndex", ID_TYPE_FN_NUM);
add_embedded_arg("sprite", ID_TYPE_NUM);
add_embedded_arg("child_sprite", ID_TYPE_NUM);
embed_function("GetSpriteCollision", ID_TYPE_FN_NUM);
add_embedded_arg("spriteA", ID_TYPE_NUM);
add_embedded_arg("spriteB", ID_TYPE_NUM);
embed_function("CreateSpriteAnimation", ID_TYPE_FN_NUM);
add_embedded_arg("sprite", ID_TYPE_NUM);
add_embedded_arg("anim_length", ID_TYPE_NUM);