tjheldna Posted March 20, 2013 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!
Josh Posted March 20, 2013 Posted March 20, 2013 SetKey("name","") does what you describe. Let's build cool stuff and have fun.
Recommended Posts