EditorFileSystemDirectory.getFileScriptClassExtends

Returns the base class of the script class defined in the file at index idx. If the file doesn't define a script class using the class_name syntax, this will return an empty string.

struct EditorFileSystemDirectory
@nogc nothrow const
String
getFileScriptClassExtends
(
in long idx
)

Meta