11# Script
22
3- ### get\_ author\(\)
3+ ### get\_ author\( ** script \_ file \_ name ** : str \)
44
55Returns the name of the script author. Returns an empty string if the author is not provided.
66
7- ### get\_ desc\(\)
7+ ** script\_ file\_ name \( with extension \) :** Optional, passing no arguments would return the value of the current script.
8+
9+ ### get\_ desc\( ** script\_ file\_ name** : str \)
810
911Returns the description of the script. Returns an empty string if the description is not provided.
1012
11- ### get\_ name\(\)
13+ ** script\_ file\_ name \( with extension \) :** Optional, passing no arguments would return the value of the current script.
14+
15+ ### get\_ file\_ name\( ** script\_ file\_ name** : str \)
16+
17+ Returns the file\_ name of the script \( with extension \) .
18+
19+ ** script\_ file\_ name \( with extension \) :** Optional, passing no arguments would return the value of the current script.
20+
21+ ### get\_ name\( ** script\_ file\_ name** : str \)
1222
1323Returns the name of the script. Returns an empty string if the name is not provided.
1424
15- ### get\_ version\(\)
25+ ** script\_ file\_ name \( with extension \) :** Optional, passing no arguments would return the value of the current script.
26+
27+ ### get\_ version\( ** script\_ file\_ name** : str \)
1628
1729Returns the version string of the script. An empty script is returned if none provided.
1830
31+ ** script\_ file\_ name \( with extension \) :** Optional, passing no arguments would return the value of the current script.
32+
1933### author\( name : str \)
2034
2135Sets the name of the script author.
@@ -32,11 +46,15 @@ Sets the script name.
3246
3347Sets the script version.
3448
35- ### load\( file \_ name : str \)
49+ ### load\( script \_ file \_ name : str \)
3650
3751Loads a script from the provided filename.
3852
39- ### unload\( file\_ name : str \) - Experimental
53+ ** script\_ file\_ name \( with extension \) :** Optional, passing no arguments would return the value of the current script.
54+
55+ ### unload\( script\_ file\_ name : str \)
4056
4157Unloads a script from the provided filename.
4258
59+ ** script\_ file\_ name \( with extension \) :** Optional, passing no arguments would return the value of the current script.
60+
0 commit comments