101 MT_UserCreated = 512 ///< This, and values above it, is what User created managers that do not derive from any other managers are expected to use to prevent confusion with game internals
102 };
103protected:
104 /// @internal
105 /// @brief The actual pointer to the Entresol core class.
148 /// @brief Gets the type of manager requested from a string.
149 /// @remarks This function does not try to compare the full string for the sake of speed. Instead it'll check the first couple letters for a potential match.
150 /// This function is also not case sensative. Providing the string "ac" will return an ActorManager value, for example. Additionally if it does not find a
151 /// match it will throw an exception. So be careful about what you put into this.
152 /// @return Returns a ManagerTypeName cooresponding to the string provided.