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

Functions

bool physics_supported (void)
 
int NSPhysicsEntity_Contents (vector org)
 

Variables

float max_angular
 
const float InchesToMeters = 0.0254f
 
const float MetersToInches = 1.0f / 0.0254f
 
float geomtype
 
float friction
 
float erp
 
float jointtype
 
float mass
 
float bouncefactor
 
float bouncestop
 

Function Documentation

◆ NSPhysicsEntity_Contents()

int NSPhysicsEntity_Contents ( vector  org)

◆ physics_supported()

bool physics_supported ( void  )

Variable Documentation

◆ bouncefactor

float bouncefactor

◆ bouncestop

float bouncestop

◆ erp

float erp

◆ friction

float friction

◆ geomtype

float geomtype

◆ InchesToMeters

const float InchesToMeters = 0.0254f

◆ jointtype

float jointtype

◆ mass

float mass

◆ max_angular

float max_angular

◆ MetersToInches

const float MetersToInches = 1.0f / 0.0254f