[This is preliminary documentation and is subject to change.]

Sets EditedBy and EditedDate fields, and raises Changed event.

Namespace: fCraft
Assembly: 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

ExceptionCondition
System..::..ArgumentNullException editedBy is null.

See Also