Script:on cine end: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
(Created page with "{{ScriptEventPage |sender=none |target=every entity |trigger=when a cinematic ends |parameters=<code>^$param1</code> will be set to the path to the cinematic that just ended, relative to <code>graph/interface/illustrations</code> }}")
 
mNo edit summary
 
Line 3: Line 3:
|target=every [[entity]]
|target=every [[entity]]
|trigger=when a [[Script:cine|cinematic]] ends
|trigger=when a [[Script:cine|cinematic]] ends
|parameters=<code>^$param1</code> will be set to the path to the cinematic that just ended, relative to <code>graph/interface/illustrations</code>
|parameters=<code>^$param1</code> will be set to the path of the cinematic that just ended, relative to <code>graph/interface/illustrations</code>
}}
}}

Latest revision as of 12:07, 15 October 2022

The cine_end script event is sent without a sender to every entity when a cinematic ends. ^$param1 will be set to the path of the cinematic that just ended, relative to graph/interface/illustrations