This article's documentation is for the "GoldSrc" engine. Click here for more information.

Trigger endsection (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Undo revision 390433 by NOUG4AT (talk))
Tag: Undo
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
Line 1: Line 1:
{{This is a|name=trigger_endsection|e2|engine=1|game=Half-Life|game1=Half-Life: Blue Shift|game2=Half-Life: Opposing Force}} This entity ends the current game and returns the player to the main menu.
{{this is a|brush entity|name=trigger_endsection|engine=GoldSrc|game=Half-Life|game1=Half-Life: Blue Shift|game2=Half-Life: Opposing Force}} This entity ends the current game and returns the player to the main menu.


== Key Values ==
== Key Values ==

Revision as of 21:22, 17 May 2024

trigger_endsection is a brush entity available in Half-Life Half-Life, Half-Life: Blue Shift Half-Life: Blue Shift, and Half-Life: Opposing Force Half-Life: Opposing Force. This entity ends the current game and returns the player to the main menu.

Key Values

Name (targetname) <string>
The targetname that other entities refer to this entity by.
Section (section) <string>
The type of game to end.
  • oem_end_training - takes the player back to the main menu
  • oem_end_logo - same as above
  • oem_end_demo - This was used in the demo. Same as above, but also attempts to open media/order/default.html.

Flags

USE Only : [1]