• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

forceinline

  1. Tangerine

    GameMaker Question about gml_pragma("forceinline");

    Do I need to call it inside each script function or it's only called one time at the begining of the game and that works for all the scripts?
  2. FoxyOfJungle

    When should I use gml_pragma("forceinline")?

    Hello! I was looking at a certain project and I saw that in some functions there was a gml_pragma("forceinline"). According to the manual: At what times exactly could I use this to gain performance? Like: surfaces, draw_* functions, math, loops (repeat, for...), matrix changes...? What...
  3. Zhanghua

    GML Question on forceinline

    When and Where should i call these functions: Just once? or for Every Script? gml_pragma("forceinline"); gml_release_mode(true);
Top