You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sprite_get_info().frame_info returns an array containing the frames timing info, but for sprites with no elongated frames, it returns undefined. But this is not written in the documentation, this may cause the delusion that this variable always returns this array. Related: #6331
Furkan-Karabudak
changed the title
sprite_get_info().frame_info returns undefined for sprites with no elongated frames, which is not written in doc
Documentation: sprite_get_info().frame_info returns undefined for sprites with no elongated frames, which is not written in doc
Jun 19, 2024
Description
sprite_get_info().frame_info
returns an array containing the frames timing info, but for sprites with no elongated frames, it returnsundefined
. But this is not written in the documentation, this may cause the delusion that this variable always returns this array. Related: #6331Manual Link
https://manual.gamemaker.io/beta/en/#t=GameMaker_Language%2FGML_Reference%2FAsset_Management%2FSprites%2FSprite_Information%2Fsprite_get_info.htm
The text was updated successfully, but these errors were encountered: