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 edit summary
 
Line 3: Line 3:


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.
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.
[[Category:ACS]]

Latest revision as of 08:22, 17 March 2018

ACS function[edit]

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.