Cleanup is going to take awhile, so the site is back up but editing has been disabled.

Info ladder dismount

From HalfLife 2 Knowledge Base

Jump to: navigation, search

Contents

info_ladder_dismount

Source(core) Point Entity


description

An entity to handle endpoints for multiple ladders that are too close to each other.


properties

  • Parent parentname(target_destination)
    The name of this entity's parent in the movement hierarchy. Entities with parents move with their parent.
  • LadderName target(target_destination)
    If multiple ladders are near multiple endpoints, use this to stop them from interfering with each other.


spawn flags

none.


inputs

  • SetParent(string)
    Changes the entity's parent in the movement hierarchy.
  • SetParentAttachment(string)
    Change this entity to attach to a specific attachment point on it's parent. Entities must be parented before being sent this input. The parameter passed in should be the name of the attachment.
  • ClearParent(void)
    Removes this entity from the the movement hierarchy, leaving it free to move independently.


outputs

none.


related tutorials

Submit your tutorial for info_ladder_dismount

Personal tools