Click or drag to resize

ResourceParserCanParse Method

Determines whether this parser can parse the specified type and path.

Namespace:  Kit.Parsers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public virtual float CanParse(
	Type type,
	string path
)
Request Example View Source

Parameters

type
Type: SystemType
The type of the object to parse.
path
Type: SystemString
The path to the file to parse.

Return Value

Type: Single
The certainty with 0 being impossible and 1 being certain.
See Also