func_ladder
Last edited 2 years ago2022-09-07 02:04:25 UTC
- Wiki
- View Page
-
You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date.
Click here to see the current revision of this page.
This creates an invisible area which, when entered by the player, allows to player to climb up or down.
Attributes
- Name (targetname) - Property used to identify entities.
Flags
Notes
- The simplest way to create a ladder is to construct the visible bit first, with whatever texture you want, then copy the brush, drag it forward, and turn it into a func_ladder.
- This entity can also simulate ropes (although the sound isn't quite right). If mapping for Opposing Force, consider using env_rope instead.
- Ladders can also be created by changing an entity's "Contents (skin)" key value to "-16". Turning smart edit off and adding this key to a func_door allows to create a moving ladder (the ladder will behave strangely in it's open position, so it's best to keep it's open position somewhere the player can't reach).
- When CLIPHULL textures are used, ladder behaves strangely and generates a speed boost when climbing.
Comments
You must log in to post a comment.
You can login or register a new account.