Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 2.22 KB

4738522b-9fd2-88aa-9a28-c2822a32421a.md

File metadata and controls

23 lines (16 loc) · 2.22 KB

BlastScriptFunction Properties

The BlastScriptFunction type exposes the following members.

Properties

 

NameDescription
Public propertyCanHaveParameters true if the function can have parameters
Public propertyHasVariableParameterCount returns true if the function accepts a variable sized list of paramaters
Public propertyIsExternalCall True if the functioncall is an external functionpointer
Public propertyIsNotValid returns if the function is NOT valid (checks id, assumes memory is initialized to zeros)
Public propertyIsPopVariant true if function encodes a pop function
Public propertyIsPushVariant true function encodes a push operation
Public propertyIsReserved true if the function targets a reserved function name
Public propertyIsValid returns if the function is valid (checks id, assumes memory is initialized to zeros)
  Back to Top

See Also

Reference

BlastScriptFunction Structure
NSS.Blast Namespace