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

Classes

class  func_breakable
 

Enumerations

enum  {
  BREAKMT_GLASS = 0 , BREAKMT_WOOD , BREAKMT_METAL , BREAKMT_FLESH ,
  BREAKMT_CINDER , BREAKMT_TILE , BREAKMT_COMPUTER , BREAKMT_GLASS_UNBREAKABLE ,
  BREAKMT_ROCK , BREAKMT_NONE
}
 

Variables

 enumflags
 
const string funcbreakable_objtable []
 
const string funcbreakable_surftable []
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
BREAKMT_GLASS 
BREAKMT_WOOD 
BREAKMT_METAL 
BREAKMT_FLESH 
BREAKMT_CINDER 
BREAKMT_TILE 
BREAKMT_COMPUTER 
BREAKMT_GLASS_UNBREAKABLE 
BREAKMT_ROCK 
BREAKMT_NONE 

Variable Documentation

◆ enumflags

enumflags
Initial value:
{
SF_TRIGGER,
SF_TOUCH,
SF_PRESSURE
}

◆ funcbreakable_objtable

const string funcbreakable_objtable[]
Initial value:
= {
""
}

◆ funcbreakable_surftable

const string funcbreakable_surftable[]
Initial value:
= {
"gs_material_glass",
"gs_material_wood",
"gs_material_metal",
"gs_material_flesh",
"gs_material_cinderblock",
"gs_material_tile",
"gs_material_computer",
"gs_material_unbreakableglass",
"gs_material_rocks"
}