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

Searches for a timer by its numeric ID.

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

Syntax

   
 C# 
[CanBeNullAttribute]
public static ChatTimer FindTimerById(
	int id
)

Parameters

id
Int32
ID to search for.

Return Value

ChatTimer object if found; null if not found.

See Also