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":
|
case "pitch":
|
||||||
m_flPitch = stof(strValue);
|
m_flPitch = stof(strValue);
|
||||||
break;
|
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:
|
default:
|
||||||
CBaseTrigger::SpawnKey(strKey, strValue);
|
CBaseTrigger::SpawnKey(strKey, strValue);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue