ConsoleCommandFileNameParameterAutoCompleter Constructor

RAGE Plugin Hook Documentation

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

Initializes a new instance of the ConsoleCommandFileNameParameterAutoCompleter class

Namespace:  Rage.ConsoleCommands.AutoCompleters
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public ConsoleCommandFileNameParameterAutoCompleter(
	Type type,
	string path,
	Predicate<string> predicate
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Rage.ConsoleCommands.AutoCompleters.ConsoleCommandFileNameParameterAutoCompleter.#ctor(System.Type,System.String,System.Predicate{System.String})"]

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Rage.ConsoleCommands.AutoCompleters.ConsoleCommandFileNameParameterAutoCompleter.#ctor(System.Type,System.String,System.Predicate{System.String})"]

predicate
Type: SystemPredicateString

[Missing <param name="predicate"/> documentation for "M:Rage.ConsoleCommands.AutoCompleters.ConsoleCommandFileNameParameterAutoCompleter.#ctor(System.Type,System.String,System.Predicate{System.String})"]

See Also

Reference