LineSide: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "==ACS function== ''int'' '''LineSide'''(); Returns the side of the linedef from which this script was called. If the script wasn't called from a linedef, this function return...")
(No difference)

Revision as of 15:44, 25 January 2017

ACS function

int LineSide();

Returns the side of the linedef from which this script was called. If the script wasn't called from a linedef, this function returns 0.