The script's file name without path
| 153 | agi::fs::path GetFilename() const { return filename; } |
| 154 | /// The script's file name without path |
| 155 | agi::fs::path GetPrettyFilename() const { return filename.filename(); } |
| 156 | /// The script's name. Not required to be unique. |
| 157 | virtual std::string GetName() const=0; |
| 158 | /// A short description of the script |