- Joined
- Jun 10, 2007
- Messages
- 557
So I have to use a Point variable array for a trigger I have and, obviously, I need to clean up the resulting leaks.
Do I have to do, for example;
Do I have to do, for example;
-
Custom script: call RemoveLocation (udg_Location[1])
-
Custom script: call RemoveLocation (udg_Location[2])
-
Custom script: call RemoveLocation (udg_Location[3])