Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.14 KB

176cd64b-579d-fed4-7636-20b48a0d107a.md

File metadata and controls

49 lines (34 loc) · 1.14 KB

IBlastCompilationData.GetVariableFromOffset Method

lookup a variable defined by script based on its offset

Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

BlastVariable GetVariableFromOffset(
	byte offset
)

VB

Function GetVariableFromOffset ( 
	offset As Byte
) As BlastVariable

C++

BlastVariable^ GetVariableFromOffset(
	unsigned char offset
)

F#

abstract GetVariableFromOffset : 
        offset : byte -> BlastVariable 

Parameters

 

offset
Type: System.Byte
the datasegment offset

Return Value

Type: BlastVariable
the variable

See Also

Reference

IBlastCompilationData Interface
NSS.Blast.Compiler Namespace