Quantcast
Channel: Tech Support
Viewing all articles
Browse latest Browse all 1654

How many lines of code can GMS handle in one script?

$
0
0
Hey, this is just a dumb little question that I thought of while doing something stupid.

I was trying to automate making that one inefficient way of checking if a number is even or odd, because I was curious to if I could do it.
(basically automating writing a iseven function like this)

GML:
/// @function                 iseven(value);
/// @param {string}  _val  The number to check
/// @description              Check if the specified number is even.

function iseven(_val)
{...
How many lines of code can GMS handle in one script?

Viewing all articles
Browse latest Browse all 1654

Trending Articles