vfoSupportsAbut?
vfoSupportsAbut?(
g_obj
d_instId
)
=> t / nil
Description
Checks if the Abut operation is supported on the given instance.
Arguments
|
An instance of SKILL++ class |
|
Value Returned
Example
obj = vfoAllocateProtocolObj(inst) => stdobj@0x148f5138 vfoSupportsAbut?(obj inst) => t
Return to top