Memory leak/memory leak finder tool

Fuin

New Member
Reaction score
0
I have few triggers does it leak? If it do how to remove those leaks?
Code:
Text Red
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (((Triggering unit) is A Hero) Equal to True) and ((Owner of (Triggering unit)) Equal to Player 1 (Red))
    Actions
        Floating Text - Create floating text that reads (Name of (Ability being cast)) at (Position of (Triggering unit)) with Z offset 0.00, using font size 10.00, color (100.00%, 26.00%, 26.00%), and 0.00% transparency
        Floating Text - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
        Floating Text - Change the lifespan of (Last created floating text) to 3.00 seconds
        Floating Text - Change the fading age of (Last created floating text) to 2.00 seconds
        Floating Text - Change (Last created floating text): Disable permanence
and
Code:
Footmeny Red
    Events
        Time - Every 10.00 seconds of game time
    Conditions
        (Player 1 (Red) slot status) Equal to Is playing
    Actions
        Unit - Create 1 Footman for Player 1 (Red) at (Center of Red Spawn <gen>) facing Default building facing degrees
Also can anyone give me link to tool which finds memory leaks, I saw it somewhere but now can't find.
 

darkRae

Ueki Fan (Ueki is watching you)
Reaction score
173
Both of them leak a Position.
To remove it, you need to set the position(s) into a variable, use the variable, and then remove it.
See below example:

Code:
Actions
    Set PointVar = (Center of Red Spawn <gen>)
    ...do something with PointVar....
    Custom Script: call RemoveLocation( udg_PointVar )

There was a tool named 'Leak Check' try looking for it here (in TheHelper.net)

EDIT:
Here it is:
Leak Check v3 by Im_On_56k
 
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