suggest_empty_simple
Description:
[ Version ( since = "1.20" ) ]
public void suggest_empty_simple (uint probability, string media_type)
public void suggest_empty_simple (uint probability, string media_type)
If a TypeFindFunction calls this function it suggests caps of the given
media_type with the given probability.
This function is similar to suggest_simple, but uses a Caps with no fields.
Parameters:
| this |
The TypeFind object the function was called with |
| probability |
The probability in percent that the suggestion is right |
| media_type |
the media type of the suggested caps |