Ldist: Difference between revisions
Jump to navigation
Jump to search
Helixhorned (talk | contribs) m correction: arguments need not be actors |
Hendricks266 (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
Calculates the 2D distance between two sprites, that is only x and y values are taken into account. | Calculates the 2D distance between two sprites, that is only x and y values are taken into account. | ||
See [[dist]]. | |||
[[Category:EDuke32 specific commands]] | [[Category:EDuke32 specific commands]] | ||
[[Category:Sprite manipulation]] | [[Category:Sprite manipulation]] |
Revision as of 19:04, 7 January 2011
ldist <distance> <sprite1> <sprite2>
Calculates the 2D distance between two sprites, that is only x and y values are taken into account.
See dist.