Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMEdit

A high-end code editor for all things GameMaker · By YellowAfterlife

Not nested correctly

A topic by yunzl created Mar 23, 2021 Views: 115 Replies: 1
Viewing posts 1 to 2
(1 edit)

C and D should be in B, right

Developer(+1)

Outline view isn’t actually very smart. Its logic is:

  • If the function has no spaces before it, it’s a top-level function.
  • Otherwise, it’s a sub-function of the closest top-level function above it.

This means that it can be easily fooled:

Further context