Editing LineEffect

From Eternity Wiki
Jump to navigationJump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{codepointer
==Parameter Information==
|description=Allows objects to trigger linedef specials from frames.
*'''misc1''' = Line special (default of 0 = 0)
|usage='''LineEffect'''
*'''misc2''' = Sector tag (default of 0 = 0)
 
'''misc1''' ''special_id''


'''misc2''' ''tag''
==Purpose==
|parameters=
Allows objects to trigger linedef specials from frames. This effect can trigger any W1/WR/S1/SR line effect. It does not work for G1/GR line effects. If a W1 or S1 line effect is triggered, the object will not be able to trigger any additional line effects. If the line special provided is not a valid type, nothing will occur. Note that the action will occur as if a player has activated the line, and not a monster.
*'''misc1''' = Line special (classic format, not UDMF; default of 0 = 0)
*'''misc2''' = Sector tag (default of 0 = 0)
|notes=
This effect can trigger any W1/WR/S1/SR line effect. It does not work for G1/GR line effects. If a W1 or S1 line effect is triggered, the object will not be able to trigger any additional line effects. If the line special provided is not a valid type, nothing will occur. Note that the action will occur as if a player has activated the line, and not a monster.


Notes: As of Eternity Engine v3.31 Delta, this codepointer cannot cause accidental corruption of memory under any circumstances. While exceedingly rare, this could have occurred occasionally in MBF and SMMU.
Notes: As of Eternity Engine v3.31 Delta, this codepointer cannot cause accidental corruption of memory under any circumstances. While exceedingly rare, this could have occurred occasionally in MBF and SMMU.


Warning: This codepointer may cause undesired side effects in some situations by affecting the first line defined in the map and/or the sector(s) which it references. Use with caution!
Warning: This codepointer may cause undesired side effects in some situations by affecting the first line defined in the map and/or the sector(s) which it references. Use with caution!
}}
 
[[Category:Codepointers]]
[[Category:MBF codepointers]]
[[Category:MBF codepointers]]
Please note that all contributions to Eternity Wiki are considered to be released under the GNU Free Documentation License 1.2 (see Eternity Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)

Template used on this page: