EditorFileSystemDirectory.getFileScriptClassName

Returns the name 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
getFileScriptClassName
(
in long idx
)

Meta