User:THE OWL/Sandbox/Templates/OIF: Difference between revisions
< User:THE OWL | Sandbox | Templates
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
<div style="min-height:200px; display:flex; gap:.8em"> | <div style="min-height:200px; display:flex; gap:.8em"> | ||
<div style="min-width:150px; display:flex; flex-direction:column; gap:.5em; background-color:rgb(255 255 255 / 10%); border-radius:.3em; padding:.8em"> | <div style="min-width:150px; display:flex; flex-direction:column; gap:.5em; background-color:rgb(255 255 255 / 10%); border-radius:.3em; padding:.8em"> | ||
<div class="mw-customtoggle-E1" style="background-color:rgb(255 255 255 / 5%); border-radius:.2em; overflow:hidden; position:relative; padding:.2em .4em"> <span class="mw-collapsible" id="mw-customcollapsible-E1" style="width:100%; height:100%; background-color:rgb(255 255 255 / 5%); position:absolute; top:0; left:0"></span> OnMapSpawn </div> | <div class="mw-customtoggle-E1" style="background-color:rgb(255 255 255 / 5%); border-radius:.2em; overflow:hidden; position:relative; padding:.2em .4em"> <span class="mw-collapsible" id="mw-customcollapsible-E1" style="width:100%; height:100%; background-color:rgb(255 255 255 / 5%); rotate:180deg; position:absolute; top:0; left:0"></span> OnMapSpawn </div> | ||
<div class="mw-customtoggle-E2" style="background-color:rgb(255 255 255 / 5%); border-radius:.2em; position:relative; padding:.2em .4em"> <span class="mw-collapsible mw-collapsed" id="mw-customcollapsible-E2" style="width:100%; height:100%; background-color:rgb(255 255 255 / 5%); position:absolute; top:0; left:0"></span> OnNewGame </div> | <div class="mw-customtoggle-E2" style="background-color:rgb(255 255 255 / 5%); border-radius:.2em; overflow:hidden; position:relative; padding:.2em .4em"> <span class="mw-collapsible mw-collapsed" id="mw-customcollapsible-E2" style="width:100%; height:100%; background-color:rgb(255 255 255 / 5%); rotate:180deg; position:absolute; top:0; left:0"></span> OnNewGame </div> | ||
<div style="background-color:rgb(255 255 255 / 5%); | <div class="mw-customtoggle-E3" style="background-color:rgb(255 255 255 / 5%); border-radius:.2em; overflow:hidden; position:relative; padding:.2em .4em"> <span class="mw-collapsible mw-collapsed" id="mw-customcollapsible-E3" style="width:100%; height:100%; background-color:rgb(255 255 255 / 5%); rotate:180deg; position:absolute; top:0; left:0"></span> OnLoadGame </div> | ||
<div style="background-color:rgb(255 255 255 / 5%); border-radius:.2em; padding:.2em .4em"> OnMapTransition </div> | <div style="background-color:rgb(255 255 255 / 5%); border-radius:.2em; padding:.2em .4em"> OnMapTransition </div> | ||
<div style="background-color:rgb(255 255 255 / 5%); border-radius:.2em; padding:.2em .4em"> OnBackgroundMap </div> | <div style="background-color:rgb(255 255 255 / 5%); border-radius:.2em; padding:.2em .4em"> OnBackgroundMap </div> | ||
Line 20: | Line 20: | ||
<div style="font-size:1.2em; color:rgb(255 255 255 / 80%)"> OnNewGame </div> <!-- | <div style="font-size:1.2em; color:rgb(255 255 255 / 80%)"> OnNewGame </div> <!-- | ||
--> Fired when the map is loaded to start a new game. | --> Fired when the map is loaded to start a new game. | ||
</div> | |||
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-E3"> | |||
<div style="font-size:1.2em; color:rgb(255 255 255 / 80%)"> OnLoadGame </div> <!-- | |||
--> Fired when the map is loaded from a saved game. | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 22:36, 3 May 2024
Outputs are events that fire when an entity's state changes. For example, a timer will have an output for reaching its end, a button an output for being pressed, and a door an output for coming to a close. Read more.
OnMapTransition
OnBackgroundMap
OnMultiNewMap
OnMultiNewRound
OnMapSpawn
Fired shortly after the entity spawns (including loading saves).


OnNewGame
Fired when the map is loaded to start a new game.
OnLoadGame
Fired when the map is loaded from a saved game.