ambient_generic: Document and catch some unimplemented attributes.
This commit is contained in:
parent
bc753f944e
commit
8ab685b7b2
1 changed files with 14 additions and 0 deletions
|
@ -164,6 +164,20 @@ ambient_generic::SpawnKey(string strKey, string strValue)
|
|||
case "pitch":
|
||||
m_flPitch = stof(strValue);
|
||||
break;
|
||||
/* TODO: currently unimplemented */
|
||||
case "preset":
|
||||
case "volstart":
|
||||
case "fadein":
|
||||
case "fadeout":
|
||||
case "pitchstart":
|
||||
case "spinup":
|
||||
case "spindown":
|
||||
case "lfotype":
|
||||
case "lforate":
|
||||
case "lfomodpitch":
|
||||
case "lfomodvol":
|
||||
case "cspinup":
|
||||
break;
|
||||
default:
|
||||
CBaseTrigger::SpawnKey(strKey, strValue);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue