61
Axe / Re: Appvars, and referring to a certian point in one?
« on: March 03, 2012, 07:19:52 pm »
so the pointer is a number? and the appvar name can be typed in?
so, in
I would type:
GetCalc("appvarAXELIST",20)->1
wait, what is pointer+entry? I'm still confused.
so, in
Quote
GetCalc("appvarNAME",SIZE)->POINTER
Then to access bytes of that appvar, use:
{POINTER+ENTRY}
I would type:
GetCalc("appvarAXELIST",20)->1
wait, what is pointer+entry? I'm still confused.