Nuclide
Software Development Kit for id Tech
prop_rope.qc File Reference

Classes

class  prop_rope
 

Functions

 void (float radius, vector texcoordbias) R_EndPolygonRibbon
 
float ropecos (float a)
 

Variables

 enumflags
 
var int autocvar_rope_debug = FALSE
 
var float autocvar_rope_sag = 2.0
 
var float autocvar_rope_swing = 2.0
 
var bool autocvar_rope_fast = TRUE
 
var int autocvar_rope_maxsegments = -1
 

Function Documentation

◆ ropecos()

float ropecos ( float  a)

◆ void()

void ( float  radius,
vector  texcoordbias 
)

Variable Documentation

◆ autocvar_rope_debug

var int autocvar_rope_debug = FALSE

◆ autocvar_rope_fast

var bool autocvar_rope_fast = TRUE

◆ autocvar_rope_maxsegments

var int autocvar_rope_maxsegments = -1

◆ autocvar_rope_sag

var float autocvar_rope_sag = 2.0

◆ autocvar_rope_swing

var float autocvar_rope_swing = 2.0

◆ enumflags

enumflags
Initial value:
{
PROPROPE_CHANGED_MAT,
PROPROPE_CHANGED_SAG,
PROPROPE_CHANGED_SWING,
PROPROPE_CHANGED_SEGMENTS,
PROPROPE_CHANGED_ORIGIN,
PROPROPE_CHANGED_TARGET,
PROPROPE_CHANGED_FLAGS
}