more gems changes

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-23 13:03:37 -07:00
parent 804d833bb9
commit 23f99aeb94
30 changed files with 27 additions and 148 deletions
@@ -27,18 +27,6 @@
#define s_nodeParams s_nodeParamsEnt
#define AddSupportedParam AddSupportedParamEnt
static const float TIMEJUMPED_TRANSITION_TIME = 1.0f;
static const float EPSILON = 0.01f;
static const char* s_VariablePrefixes[] =
{
"n", "i", "b", "f", "s", "ei", "es",
"shader", "clr", "color", "vector",
"snd", "sound", "dialog", "tex", "texture",
"obj", "object", "file", "text", "equip", "reverbpreset", "eaxpreset",
"aianchor", "customaction", "gametoken", "seq_", "mission_", "seqid_", "lightanimation_"
};
//////////////////////////////////////////////////////////////////////////
namespace
{