Info

Statistics

  • Download count323 total downloads
  • Latest download count 25 downloads of latest version
  • Average download count1 downloads per day average

Owners

Description

Push out from solid object. ( From Rex Rainbow )

Discussion

  • 2 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • There are some errors present in the runtime of this plugin. namely in instance.js:

    // Didn't get pushed out: restore old position and return false

    inst.GetWorldInfo().SetX(oldx);

    inst.GetWorldInfo().SetX(oldy);

    The second line shoudl be .SetY, not .SetX