Anonymous user
AGS Pointers for Dummies: Difference between revisions
Jump to navigation
Jump to search
→Pointers
Line 21: | Line 21: | ||
==Pointers== | ==Pointers== | ||
Okay, so now that we understand what a variable is, we can begin to understand what a pointer does. The basic idea of a pointer is that instead of creating a ''new'' variable, we are simply going to ''point'' to a variable that is already stored in the memory. This can have several uses in scripting, and AGS even has some special ones. | Okay, so now that we understand what a variable is, we can begin to understand what a pointer does. The basic idea of a pointer is that instead of creating a ''new'' variable, we are simply going to ''point'' to a variable that is already stored in the memory. This can have several uses in scripting, and AGS even has some special ones. | ||
=Defining A Pointer= | =Defining A Pointer= |