geProbeP
geProbeP(
o_probe
)
=> t / nil
Description
Checks if the value passed in is a probe.
Arguments
Value Returned
Examples
if( geProbeP( myObject) then
warn( "Object %L is not a probe\n" myObject ) )
Related Topics
Probe Functions
Probe File Format
Return to top