Difference between revisions of "Osiris/Shared/PROC StopLoopEffect"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * PROC '''PROC_StopLoopEffect'''(''(GUIDSTRING)'''''_Source''', ''(STRING)'''''_ID''') ===== Description ===== Stops the loop effect with '''_I...") |
m |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
===== Description ===== | ===== Description ===== | ||
Stops the loop effect with '''_ID''' on '''_Source'''. Only works with loop effects created through [[Osiris/Shared/PROC_LoopEffect|PROC_LoopEffect]]. | Stops the loop effect with '''_ID''' on '''_Source'''. Only works with loop effects created through [[Osiris/Shared/PROC_LoopEffect|PROC_LoopEffect]]. | ||
+ | |||
+ | ===== Notes ===== | ||
+ | * This is a wrapper around the Osiris call [[Osiris/API/PlayLoopEffect|StopLoopEffect]]. | ||
===== 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| | + | [[Category:Osiris Shared Mod Helpers|StopLoopEffect]] |
Latest revision as of 10: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
- This is a wrapper around the Osiris call StopLoopEffect.