Osiris/Shared/PROC StopLoopEffect: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 9: Line 9:


===== See Also =====
===== See Also =====
* [[Osiris/API/StopLoopEffect|StopLoopEffect]]
* [[Osiris/Shared/PROC_LoopEffect|PROC_LoopEffect]]
* [[Osiris/Shared/PROC_LoopEffect|PROC_LoopEffect]]


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

Latest revision as of 09:32, 11 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.

Notes
See Also