- Joined
- Sep 26, 2009
- Messages
- 9,534
JASS:
call DisplayTextToPlayer(GetLocalPlayer(),"This is an example string distributed extensively through the map")
Trying to figure out if strings used like this are re-generated (a new memory allocation) each time the function is called. Do I have to assign a variable or a constant function to deliver this string in order to have it generated only once?