Nuclide
Software Development Kit for id Tech
phys_rope Class Reference

Shared-Entity: Physics Rope. More...

Inheritance diagram for phys_rope:
NSEntity

Public Member Functions

void phys_rope (void)
 
virtual float predraw (void)
 
virtual void ReceiveEntity (float, float)
 Client: Handles network updates from the server for the associated entity. More...
 
virtual void DrawSegment (vector, vector, vector)
 

Detailed Description

Shared-Entity: Physics Rope.

QUAKED phys_rope (1 0 0) (-8 -8 -8) (8 8 8) ROPE_VERTICAL

OVERVIEW

Physics rope entity.

TRIVIA

This entity was introduced in Half-Life 2 (2004).

Constructor & Destructor Documentation

◆ phys_rope()

void phys_rope::phys_rope ( void  )

Member Function Documentation

◆ DrawSegment()

void phys_rope::DrawSegment ( vector  pos1,
vector  pos2,
vector  vecPlayer 
)
virtual

◆ predraw()

float phys_rope::predraw ( void  )
virtual

Reimplemented from NSEntity.

◆ ReceiveEntity()

void phys_rope::ReceiveEntity ( float  flNew,
float  flChanged 
)
virtual

Client: Handles network updates from the server for the associated entity.

Reimplemented from NSEntity.


The documentation for this class was generated from the following file: