Am I Leaking? =P

hamiltonbb2

Cool Member
Reaction score
0
Hey, my computer almost never lags. And for some reason after I kill about 4-6 heroes on this map. My computer starts lagging. I wanted to post my code and maybe someone could let me know if its theres any bad leaks.

This one is simply to keep the camera locked on every player's unit.
Code:
Events
Time - Every 0.01 seconds of game time
Conditions
Actions
Unit Group - Pick every unit in (Units in (Playable Map Area)) and do (Actions)
 Loop - Actions
  Camera - Pan camera for (Owner of (Picked Unit)) to (Position of (Picked Unit)) over 0.00 seconds

As I was looking through, these seems like its the only trigger that might cause a leak like that. So could this be the problem?
 

Leo

New Member
Reaction score
14
Yes it leaks. You will need 2 variables. I did it below with global variables. You can also use locals

Code:
Events
Time - Every 0.01 seconds of game time
Conditions
Actions
Set groupvariable = Units in (Playable Map Area)
Unit Group - Pick every unit in (groupvariable) and do (Actions)
 Loop - Actions
  Set pointvariable = Position of (Picked Unit)
  Camera - Pan camera for (Owner of (Picked Unit)) to (pointvariable) over 0.00 seconds
  Custom Text - call RemoveLocation(udg_pointvariable)
Custom Text - call DestroyGroup(udg_groupvariable)
 

hamiltonbb2

Cool Member
Reaction score
0
I get an error on the bold part.
Code:
Events
Time - Every 0.01 seconds of game time
Conditions
Actions
Set groupvariable = Units in (Playable Map Area)
Unit Group - Pick every unit in (groupvariable) and do (Actions)
 Loop - Actions
  Set pointvariable = Position of (Picked Unit)
  Camera - Pan camera for (Owner of (Picked Unit)) to (pointvariable) over 0.00 seconds
  [b]Custom Text - call RemoveLocation(udg_pointvariable)[/b]
Custom Text - call DestroyGroup(udg_groupvariable)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top