AreaLoadSpecialEntities
Description
Toggles extra temporary entities.
Requires area reload for changes to take effect. Alternatively, call AreaEnsureSpecialEntitiesAreCreated
.
function AreaLoadSpecialEntities(entities, state) --[[ ... ]] end
Parameters
entities
:string
- Entity group name.state
:boolean
- Whether to load or unload the entities.
Return Values
...
Example
...