Osiris/Shared/PROC StopLoopEffect: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * PROC '''PROC_StopLoopEffect'''(''(GUIDSTRING)'''''_Source''', ''(STRING)'''''_ID''') ===== Description ===== Stops the loop effect with '''_I...")
 
No edit summary
Line 8: Line 8:
* [[Osiris/Shared/PROC_LoopEffect|PROC_LoopEffect]]
* [[Osiris/Shared/PROC_LoopEffect|PROC_LoopEffect]]


[[Category:Osiris Shared Mod Helpers|PROC_StopLoopEffect]]
[[Category:Osiris Shared Mod Helpers|StopLoopEffect]]

Revision as of 22:23, 9 July 2018

Full Definition(s)
  • PROC PROC_StopLoopEffect((GUIDSTRING)_Source, (STRING)_ID)
Description

Stops the loop effect with _ID on _Source. Only works with loop effects created through PROC_LoopEffect.

See Also