Push out from solid object. ( From Rex Rainbow )
I ported Rex_pushOutSolid to SDK V2.
Rex_pushOutSolid_sdkV2.c3addon
"No Longer Available"
Do have an updated link? Thanks for doing this
Good addon, please upgrade to SDK2
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
I hope its fixed now. Thanks :)