Space Engineers
Public Member Functions | Public Attributes | List of all members
VRage.Scripting.Script Struct Reference

Represents a named script. More...

Public Member Functions

 Script (string name, string code)
 

Public Attributes

readonly string Name
 The name of the script. More...
 
readonly string Code
 The code content of the script. More...
 

Detailed Description

Represents a named script.

Definition at line 6 of file Script.cs.

Constructor & Destructor Documentation

VRage.Scripting.Script.Script ( string  name,
string  code 
)
inline

Definition at line 8 of file Script.cs.

Member Data Documentation

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: