Hi,
I can add a plugin from a master by issuing this command:
ApplyServerByItemID xID sclass sserver
This takes an item ID, the class (in my case CustomObjHandler) and the name of the server (in my case CC_Sim_Display)
So, no problem there, but if I want to remove it, I only have:
RemoveServerByItemID xID sclass nindex
This takes an item ID, the class and an index. So I can remove e.g. the first CustomObjHandler.
But I don't know if the user added other CustomObjHandlers or not, so I can't know if I am removing my plugin or another.
Is there a command that allows me to specify the server too?
Or can I get a list of applied servers of a certain class?
thanks
I can add a plugin from a master by issuing this command:
ApplyServerByItemID xID sclass sserver
This takes an item ID, the class (in my case CustomObjHandler) and the name of the server (in my case CC_Sim_Display)
So, no problem there, but if I want to remove it, I only have:
RemoveServerByItemID xID sclass nindex
This takes an item ID, the class and an index. So I can remove e.g. the first CustomObjHandler.
But I don't know if the user added other CustomObjHandlers or not, so I can't know if I am removing my plugin or another.
Is there a command that allows me to specify the server too?
Or can I get a list of applied servers of a certain class?
thanks