Click or drag to resize

DirectorManagerTryAddLeveDirector Method

Attempts to add the leve director type for the provided leve name

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool TryAddLeveDirector(
	string name,
	Type directorType
)

Parameters

name
Type: SystemString
directorType
Type: SystemType
Must be a subclass of Director

Return Value

Type: Boolean
False if a type already exists for the provided name
See Also