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

Creates a description string of the controller.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public string GetDescription(
	IClassy target,
	string noun,
	string verb
)

Parameters

target
IClassy
Name of the object that owns this controller.
noun
String
The type of target (e.g. "world" or "zone").
verb
String
The action, in past tense, that this controller manages (e.g. "accessed" or "modified").

See Also