getModelName
Script::getModelName
Returns the name of the model.
Declaration
std::string getModelName(const Model* model);
Parameters
Name |
Type |
Description |
---|---|---|
model |
const Model* |
The Model to get the name of. |
Returns
The name of the Model if it exists, else, returns the empty string ""
.