try to get a function by id, in release it just gets it, in debug it checks
Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public bool TryGetFunctionCallById(
int id,
out BlastScriptFunction function
)
VB
Public Function TryGetFunctionCallById (
id As Integer,
<OutAttribute> ByRef function As BlastScriptFunction
) As Boolean
C++
public:
bool TryGetFunctionCallById(
int id,
[OutAttribute] BlastScriptFunction% function
)
F#
member TryGetFunctionCallById :
id : int *
function : BlastScriptFunction byref -> bool
- id
- Type: System.Int32
function id/index - function
- Type: NSS.Blast.BlastScriptFunction
function
Type: Boolean
true if found