Method Create
Create(string, string, string)
Creates a new area from the specified resource reference.
public static NwArea? Create(string resRef, string newTag = "", string newName = "")
Parameters
resRefstringThe area resource to create this area from.
newTagstringA new tag for this area. Defaults to the tag set in the toolset.
newNamestringA new name for this area. Defaults to the name set in the toolset.
Returns
- NwArea
The created area.