User:THE OWL/Sandbox/Templates/OIF: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Replaced content with "{{delete|reason=unwanted}}")
Tag: Replaced
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Outputs''' are events that fire when an entity's state changes. For example, a [[logic_timer|timer]] will have an output for reaching its end, a [[func_button|button]] an output for being pressed, and a [[prop_door_rotating|door]] an output for coming to a close. [[Inputs and Outputs#Outputs|Read more]].
{{delete|reason=unwanted}}
 
<div style="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 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-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 style="background-color:rgb(255 255 255 / 5%);  border-radius:.2em;padding:.2em .4em"> 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"> OnBackgroundMap </div>
<div style="background-color:rgb(255 255 255 / 5%);  border-radius:.2em;padding:.2em .4em"> OnMultiNewMap </div>
<div style="background-color:rgb(255 255 255 / 5%);  border-radius:.2em; padding:.2em .4em"> OnMultiNewRound </div>
</div>
<div style="width:100%; background-color:rgb(0 0 0 / 10%); border-radius:.3em; padding:.8em 1.1em">
<div class="mw-collapsible" id="mw-customcollapsible-E1">
<div style="font-size:1.2em; color:rgb(255 255 255 / 80%)"> OnMapSpawn </div> <!--
--> Fired shortly after the entity spawns (including loading saves).
{{Bug|{{tf2|4}} also fires when a new round starts}}
</div>
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-E2">
<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.
</div>
</div>
</div>

Latest revision as of 09:18, 7 September 2025

Warning icon.png
This article has been marked as a candidate for speedy deletion because it is unwanted by the author.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.