mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-25 14:25:38 +00:00
remove FMODex from Torque3D
The current version of FMod in Torque3D uses the legacy ex plugin, which hasn't been around for a long time.
This commit is contained in:
parent
772c0ae25b
commit
41bd5ef6b6
34 changed files with 13 additions and 5317 deletions
|
|
@ -223,11 +223,7 @@ function DatablockEditorPlugin::isExcludedDatablockType( %this, %className )
|
|||
case "SimDatablock":
|
||||
return true;
|
||||
case "SFXTrack": // Abstract.
|
||||
return true;
|
||||
case "SFXFMODEvent": // Internally created.
|
||||
return true;
|
||||
case "SFXFMODEventGroup": // Internally created.
|
||||
return true;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
@ -754,8 +750,7 @@ function DatablockEditorPlugin::canBeClientSideDatablock( %className )
|
|||
"SFXAmbience" or
|
||||
"SFXEnvironment" or
|
||||
"SFXState" or
|
||||
"SFXDescription" or
|
||||
"SFXFMODProject":
|
||||
"SFXDescription":
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue