lookup a variable defined by script based on its offset
Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
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
- offset
- Type: System.Byte
the datasegment offset
Type: BlastVariable
the variable