[This is preliminary documentation and is subject to change.]
Sets EditedBy and EditedDate fields, and raises Changed event.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
public void OnEdited( string editedBy )
Parameters
- editedBy
- String
Name of player or entity who edited this zone.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | editedBy is null. |