Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 2.34 KB

e128cf45-b33f-40fb-3cbf-eaf03c7dc4d7.md

File metadata and controls

22 lines (15 loc) · 2.34 KB

BlastScript Properties

The BlastScript type exposes the following members.

Properties

 

NameDescription
Public propertyCode the actual scriptcode conforming to the languageversion set
Public propertyHasInputs
Public propertyHasVariables
Public propertyId Blast scriptid, used to uniquely identify the script. It is used throughout blast to id the packaged script
Public propertyIsPackaged true if the script has been packaged / prepared
Public propertyIsPrepared true if the script has been packaged / prepared
Public propertyLanguageVersion Target language vesion, depending on compilation settings it might change in the package but the user should ensure that the code is compatible;
Public propertyName The name of the script as used in messages
Public propertyPackage native package data, contains references to code and data segments
  Back to Top

See Also

Reference

BlastScript Class
NSS.Blast Namespace