Difference between revisions of "Osiris/Shared/PROC StopLoopEffect"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * PROC '''PROC_StopLoopEffect'''(''(GUIDSTRING)'''''_Source''', ''(STRING)'''''_ID''') ===== Description ===== Stops the loop effect with '''_I...")
 
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 23: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