Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

the function returning the address of a local variable results in:

The variable is local, and since it's inside the chunk of the function, it won't work outside the chunk of the function. 
Make it a global variable for this to work.
 
PREVIOUS NEXT
Tagged: #function #returning #address #local #variable #results
ADD COMMENT
Topic
Name
7+5 =