 | 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
Syntaxpublic virtual float CanParse(
Type type,
string path
)
Request Example
View SourceParameters
- type
- Type: SystemType
The type of the object to parse. - path
- Type: SystemString
The path to the file to parse.
Return Value
Type:
SingleThe certainty with 0 being impossible and 1 being certain.
See Also