-
Notifications
You must be signed in to change notification settings - Fork 0
EditorInfoInterface
MekDrop edited this page Jul 25, 2022
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!# Imponeer\Contracts\Editor\Info\EditorInfoInterface
Describes editor
Name | Description |
---|---|
getLicense | Get license for editor |
getName | Gets editor name |
getVersion | Get editor version |
isAvailable | Checks if editor could is available on the system |
Description
public getLicense (void)
Get license for editor
Parameters
This function has no parameters.
Return Values
string
Description
public getName (void)
Gets editor name
Parameters
This function has no parameters.
Return Values
string
Description
public getVersion (void)
Get editor version
Parameters
This function has no parameters.
Return Values
string
Description
public isAvailable (void)
Checks if editor could is available on the system
Parameters
This function has no parameters.
Return Values
bool