table name given an operator name

   1787   1   1
User Avatar
Member
380 posts
Joined: 7月 2005
Offline
given an operator name (token) is there a way to
query all possible table definitions that name could
belong to?

ie. > optable my_Asset
Pop/my_Asset
Sop/my_Asset

seems like you need to have a network path of
a node before you can ask questions about its
context. but then, you would already know that!
User Avatar
Member
380 posts
Joined: 7月 2005
Offline
i guess I could try an opfind and optype on that to the effect of

/ -> opfind -p /obj/fld_FluidSim_Example -t fld_FluidSim
/obj/fld_FluidSim_Example/fld_FluidSim/example_density_with_initial_velocity/fld_FluidSim
/obj/fld_FluidSim_Example/fld_FluidSim/example_collision_object_and_particle_forces/fld_FluidSim
/obj/fld_FluidSim_Example/fld_FluidSim/example_force_field/fld_FluidSim
/obj/fld_FluidSim_Example/fld_FluidSim/example_target_field/fld_FluidSim
/obj/fld_FluidSim_Example/fld_FluidSim/example_attribute_advection/fld_FluidSim
/obj/fld_FluidSim_Example/fld_FluidSim/example_attribute_advection/fld_FluidSim1
/obj/fld_FluidSim_Example/fld_FluidSim/example_attribute_advection/fld_FluidSim2
/ -> optype /obj/fld_FluidSim_Example/fld_FluidSim/example_attribute_advection/fld_FluidSim2
Name: fld_FluidSim2
Op Type: fld_FluidSim
Op Type Label: “fld FluidSim (v40 spi)”
Net Type: SOP
Script Directory: sop
Net Type ID: 1
Table Name: Sop


but it would be cool if there was a way to query the operator tables directly.
  • Quick Links