tjheldna Posted March 20, 2013 Share Posted March 20, 2013 Hi Josh, Really could use this function to remove an entities key by name. I'm using key values to read in c++ once I have done this I have no need for the entities key anymore. I don't want to use entity->ClearKeys() as I don't want to hose all of them. entity->RemoveKey("name"); Cheers! Link to comment Share on other sites More sharing options...
Josh Posted March 20, 2013 Share Posted March 20, 2013 SetKey("name","") does what you describe. My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
tjheldna Posted March 20, 2013 Author Share Posted March 20, 2013 Easy, Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts