Model
model.unload
Shared
Unloads a previously loaded model from memory
Syntax
local status = model.unload(name)Parameters
| Type | Name | Description |
|---|---|---|
string | name | Name of the model to unload |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, or false on failure |
Examples
model.unload("character")