The BlastScriptFunction type exposes the following members.
Name | Description | |
---|---|---|
CanHaveParameters | true if the function can have parameters | |
HasVariableParameterCount | returns true if the function accepts a variable sized list of paramaters | |
IsExternalCall | True if the functioncall is an external functionpointer | |
IsNotValid | returns if the function is NOT valid (checks id, assumes memory is initialized to zeros) | |
IsPopVariant | true if function encodes a pop function | |
IsPushVariant | true function encodes a push operation | |
IsReserved | true if the function targets a reserved function name | |
IsValid | returns if the function is valid (checks id, assumes memory is initialized to zeros) |