Anonymous user
Scripting, Code & Interaction: Difference between revisions
→AGS Pointers for Dummies (A reference for the rest of us!)
Line 396: | Line 396: | ||
'''*** NEW AS OF 3 JANUARY 2006 ***''' | '''*** NEW AS OF 3 JANUARY 2006 ***''' | ||
I forgot to mention, that you can even place a pointer inside of a struct. This can be another | I forgot to mention, that you can even place a pointer inside of a struct. This can be another '''great''' use for pointers in AGS. You define it the same way you define any other variable in a struct: | ||
struct StructNameHere { | struct StructNameHere { |