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

Namespace:  Phoenix.Configuration
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool TryFind(
	string spellName,
	out byte spellNum
)
Public Function TryFind ( _
	spellName As String, _
	<OutAttribute> ByRef spellNum As Byte _
) As Boolean
public:
bool TryFind(
	String^ spellName, 
	[OutAttribute] unsigned char% spellNum
)

Parameters

spellName
String
spellNum
Byte %

See Also