Game memory is not only occupied by variables. I think that statistically graphics take most part. That is unless you allocate abnormally large dynamic arrays in script.
If you are worried about memory consumption, then calculate it! The amount of memory that variables take may be predicted (with certain level of precision).
Also, the simple way to see how much memory your game requires is to run it and check the process memory in Windows Task Manager.
If you are worried about memory consumption, then calculate it! The amount of memory that variables take may be predicted (with certain level of precision).
Also, the simple way to see how much memory your game requires is to run it and check the process memory in Windows Task Manager.