Represents a named script.
More...
|
| Script (string name, string code) |
|
|
readonly string | Name |
| The name of the script. More...
|
|
readonly string | Code |
| The code content of the script. More...
|
|
Represents a named script.
Definition at line 6 of file Script.cs.
VRage.Scripting.Script.Script |
( |
string |
name, |
|
|
string |
code |
|
) |
| |
|
inline |
readonly string VRage.Scripting.Script.Code |
The code content of the script.
Definition at line 22 of file Script.cs.
readonly string VRage.Scripting.Script.Name |
The name of the script.
Definition at line 17 of file Script.cs.
The documentation for this struct was generated from the following file: